Header da logonun sağ tarafına banner reklam ya da bağlantı birimi eklemek istiyorum.
header.php içeriği
<?php mh_before_header();
get_template_part('content', 'header');
mh_after_header(); ?>
<body id="mh-mobile" <?php body_class(); ?> itemscope="itemscope" itemtype="http://schema.org/WebPage">
content-header.php içeriği
<div class="mh-header-mobile-nav mh-clearfix"></div>
<header class="mh-header" itemscope="itemscope" itemtype="http://schema.org/WPHeader">
<div class="mh-container mh-container-inner mh-row mh-clearfix">
<?php mh_magazine_lite_custom_header(); ?>
</div>
<div class="mh-main-nav-wrap">
<nav class="mh-navigation mh-main-nav mh-container mh-container-inner mh-clearfix" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement">
<?php wp_nav_menu(array('theme_location' => 'main_nav')); ?>
</nav>
</div>
</header>