Forums

MusicGlobe theme - How do I add "pages" on menu header? (2 posts)

  1. ipunkbali
    Member
    Posted 2 years ago #

    Not sure if its called "menu header"

    I'm trying to add pages on menu header and it doesnt work and im having problem. Instead of showing pages on menu header, by default, this template shows categories.

    How do I remove the categories and change it to "pages"?

    my site is http://www.justinbieberzone.com thanks.

  2. kkarpieszuk
    Member
    Posted 2 years ago #

    find in template file code:

    wp_list_categories
    (more about this code: http://codex.wordpress.org/Template_Tags/wp_list_categories)

    and change it into:

    wp_list_pages
    (more about this code: http://codex.wordpress.org/Template_Tags/wp_list_pages)

    You should search it in header.php or index.php file

Topic Closed

This topic has been closed to new replies.

About this Topic