Get exclusive CAP network offers from top brands

View CAP Offers

Need Help with WordPress

livefree247 asked 3 years ago
Hi Everyone,

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:

4 Answers
Rak answered 3 years ago
Hey, hit me up on skype, and I’ll show you how to do it. Looks pretty simple.

ixian answered 3 years ago
Your WordPress theme needs to have this feature built in. If it does then it’s pretty simple. Just go to the Appearance >> Themes menu in your control panel and create a new menu either for pages or categories.

That’s it. Where you looking for more? <span title=” title=”” class=”bbcode_smiley” />

Rak answered 3 years ago
Hey livefree,

updated your header.php file, check it out <span title=” 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?

livefree247 answered 3 years ago
:colgate: Hi Rak,

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 <span title=” 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?