• Hi there,

    I am creating a dynamic navigation bar with the pages I’m making using the thematic framework.

    On the home page I want to place content of 3 pages but I dont want them to be in the navigation bar.

    Some one can tell me how I could do this?

Viewing 1 replies (of 1 total)
  • Thread Starter Patrice Poliquin

    (@poliquinp)

    Answer myself…

    <?php $args = array(
    ‘sort_column’ => ‘menu_order, post_title’,
    ‘menu_class’ => ‘menu’,
    ‘include’ => ,
    ‘exclude’ => (IDs of the pages),
    ‘echo’ => true,
    ‘show_home’ => false,
    ‘link_before’ => ,
    ‘link_after’ => );
    ?>

Viewing 1 replies (of 1 total)
  • The topic ‘Navigation pages problem’ is closed to new replies.