• Resolved us2guys

    (@us2guys)


    Hello everyone,

    Yesterday, I decided to make the switch to WordPress since I am more interested in deveolping content for my site rather than creating a site from scratch.

    us2guys.com is my site and you can see what I’ve accomplished this morning.

    I am using the BlueMod 1.0.3 theme and have run into a snag. In the header, next to the “Home” button, I would like for category buttons to appear. The default for this theme is that it creates page buttons instead. There is no setting to have it switch to category buttons.

    Of course, I desire the home button to stay there.

    Does anyone know how I can go about getting category buttons to appear?

    Thank you very much for your help or thoughts.

Viewing 5 replies - 1 through 5 (of 5 total)
  • You could try replacing wp_list_pages with wp_list_categories in header.php.

    Thread Starter us2guys

    (@us2guys)

    Excellent Notion… it did change to categories… but now the sub-category is aligning next to it… any thoughts on how to get it removed (without removing it as a child of blogs)or how to get it to appear in a dropdown of ‘blogs?’

    Thank you for your help… you’ve already eased about 2 hours of frustration…

    You could use something like <?php wp_list_categories('title_li=&depth=1');?> to limit the list to just your top level categories. Building a dropdown menu is possible but complex – unless you can find a dropdown menu plugin that will work with categories (most seem to be specific to Pages).

    Thread Starter us2guys

    (@us2guys)

    Awesome,

    Thank you so much for your help. Your suggestion did work for removing the child category. I’ve been trying to use the documentation for the functions, but I guees it’s an art to incorporate what is mentioned there.

    Thanks again!

    No problem ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘WP Newbie needs help with buttons’ is closed to new replies.