Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter odryzhak

    (@odryzhak)

    Well, guys I spent some more time and solved the issue. Those PHP codes have to be nested in the bottom of the header-featured.php file. Example:

    ‘<?php }?>
    <nav class=”site-nav main-menu” id=”navbar-collapse” role=”navigation”>
    <?php wp_nav_menu(array(‘theme_location’=>’primary’,’depth’=>0,’fallback_cb’ =>false,’container’=>”,’container_class’=>’main-menu’,’menu_id’=>’menu-main’,’menu_class’=>’main-nav’,’link_before’ => ‘<span>’, ‘link_after’ => ‘</span>’,’items_wrap’=> ‘<ul id=”%1$s” class=”%2$s”>%3$s<li class=”nav_focus”>focus<li class=”nav_default cur”>default’));?>
    </nav>
    </div>
    <?php newannouncement( $group = ‘GROUP1’ ); ?>
    </div>
    </div>
    </header>’

    Enjoy ??

Viewing 1 replies (of 1 total)