I need help with my wordpress blog, I’d like to categories in my main menu, rather then have pages, dose anyone now how to do this on wordpress?
Thanks in advance:hithead:
That’s it. Where you looking for more? ” title=”” class=”bbcode_smiley” />
updated your header.php file, check it out ” title=”” class=”bbcode_smiley” />
Normal pages will be listed by something like this :
wp_list_pages(‘title_li=’);
you change that to
wp_list_categories(‘orderby=name&include=3,5,9,16’);
where 3,5,9,16 are your category ids (if you dont have the numbers there, all your categories will show)
and instead of showing pages, it will show categories.
easy!
BTW.. good looking site. You launched this about a 6 months ago?
Thank you very much for your help, and no the site was launched 8/09
@Rak 225037 wrote:
Hey livefree,
updated your header.php file, check it out ” title=”” class=”bbcode_smiley” />
Normal pages will be listed by something like this :
wp_list_pages(‘title_li=’);
you change that to
wp_list_categories(‘orderby=name&include=3,5,9,16’);where 3,5,9,16 are your category ids (if you dont have the numbers there, all your categories will show)
and instead of showing pages, it will show categories.
easy!
BTW.. good looking site. You launched this about a 6 months ago?
Please login or Register to submit your answer