moved theme featured image below menus before page content, header section

This commit is contained in:
jorge-vitrubio 2022-12-23 18:58:05 +01:00
parent 24be03b427
commit 8af80ae258
1 changed files with 2 additions and 1 deletions

View File

@ -59,7 +59,6 @@
</nav><!--primary #site-navigation -->
</div>
<div class="secondary">
<?php the_header_image_tag(); ?>
<nav id="site-navigation-secondary" class="site-navigation secondary-navigation toogle-secondary-navigation">
<legend class="hide-content">menu</legend>
<input id="hide-menu-mobile" class="hide-not-mobile toogle" name="toogle" type="radio">
@ -79,5 +78,7 @@
</div><!--toogled-menu-->
</nav><!--secondary #site-navigation -->
<?php the_header_image_tag(); // header image to show below menus before title ?>
</div><!--secondary-->
</header><!-- #masthead -->