• I’m wondering how I would do exactly that. I’ve yet to figure it out myself.

    Here’s my site: http://www.jareddrewmoody.com

    And here’s what the code for my sidebar looks like:

    <h2><?php wp_list_cats(‘exclude=1, 5, 6, 10’); ?></h2>
    <h2><?php wp_list_cats(‘exclude=1, 7, 6, 10’); ?></h2>
    <h2>About</h2>
    <h2>Contact</h2>
    <h2><?php wp_list_cats(‘exclude=1, 7, 5, 10’); ?></h2>
    <h2>Links</h2>
    <h2><?php wp_list_cats(‘exclude=1, 7, 5, 6’); ?></h2>
    << Back to Portfolio

    Thanks!

The topic ‘Highlighting Current Page’ is closed to new replies.