Latest Reply from tkfrench1 at 2012-08-07 15:40:43

How do i make the categories into a link in the menu area? I was able to change the "Uncategorized" to "Rules", but none of the new one's i am creating are showing up. Also, none of the description is showing up either. Thanks for any help.

Hi, there!
To show categories in main menu, just go to Appearance->Menus and unselect menu type for Main Menu in Theme Locations block. If you want to show categories in the top menu do the same for Top Menu in Theme Locations and replace string <?php wp_list_pages('title_li=&'); ?> with <?php wp_list_categories('title_li=&'); ?> on 266th line in functions.php.

Ok, great thanks!

I'm also curious if you can change the layout to the front page some? I'd like to change it to more of a columns style look or even more of a collection of boxes.

Leave a reply

Add codeAdd image