Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter eparks11

    (@eparks11)

    Sorry, for the delay, I’ve been upgrading to Vista the last few days, woohoo :S

    Thanks for all the help, but none of the suggestions have seemed to help much. Here is an example of the Navigation list used in the header file of the site:

    <li <?php if (is_home()) { echo “class=\”current\””; }?> >

    <li <?php if (in_category(‘5’)) { echo “class=\”current\””; }?> >

    <li <?php if (is_page(‘gallery’)) { echo “class=\”current\””; }?> >

    The dynamic menu highlighting still highlights the “Message Board” tab (yes, I know it’s not a message board, but the client wanted the blog to be called that for some reason, don’t get me started) no matter what I try. I’ve tried using the redirectify plug in, I’ve tried creating a page galled “gallery”, I’ve tried virtually every other suggestions also. At this point I am totally out of ideas, I simply have no idea how to use dynamic menu highlighting to highlight the /gallery/ slug Fgallery creates.

    Thread Starter eparks11

    (@eparks11)

    Thanks for the tip, but that didn’t work for me. Do you have an example of it working somewhere I can take look at?

Viewing 2 replies - 1 through 2 (of 2 total)