This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*header script*/ | |
| function mobile_header_js() { | |
| ?> | |
| <script> | |
| jQuery(document).ready(function($) { | |
| function fixed() | |
| { | |
| var window_top=$(window).scrollTop(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="autorinfo"> | |
| <a href="<?php the_author_url() ?>" title="Website von Autor <?php the_author() ?>"><img alt="der-Autor <?php the_author() ?>" src="<?php bloginfo('template_directory'); ?>/images/images_user/autor_id_<?php the_author_ID(); ?>.jpg" /></a> | |
| Dieser Artikel wurde am <?php the_time('d.F Y') ?> von <a title="Website von <?php the_author() ?>" href="<?php the_author_url() ?>"><strong><?php the_author() ?></strong></a> geschrieben. | |
| <?php the_author_description() ?> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <header id="masthead" class="site-header sticky-top"> | |
| <nav class="navbar navbar-expand-sm navbar-dark bg-dark" role="navigation"> | |
| <div class="container"> | |
| <a class="navbar-brand" href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?> <?php the_custom_logo(); ?></a> | |
| <!-- Brand and toggle get grouped for better mobile display --> | |
| <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-controls="bs-example-navbar-collapse-1" aria-expanded="false" aria-label="Toggle navigation"> | |
| <span class="navbar-toggler-icon"></span> | |
| </button> |