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.
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