• I would like to get rid of the below code held in the header.php of this theme?

    <div class=”navigation”>
    <ul id=”navbar”>
    <?php wp_nav_menu(array(‘theme_location’ => ‘nav_menu’, ‘container’ => false, ‘fallback_cb’ => ‘wpcx_default_menu’));?>

    </div>

    My goal is to place the navbar/menu in between the slideshow and features block (where the gap is).

    I would like to take the original navbar and place it in between the slideshow and features block, with the menu links inserted.

    Is there anyone who could show me how this could be done?

    http://wordpress.org/extend/themes/wp-creativix/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme: WP-Creativix] NEW! Nav Menu’ is closed to new replies.