• Hi everyone,

    I have a menu on my WP Blog that applys a CSS Style when the page is selected but when I added the “paged” argument to the query_posts function it doesn’t apply the style:

    query_posts('category_name=news&paged=' . get_query_var( 'paged' ));

    That’s an example of the code the rest is just regular stuff, if I remove the “paged” portion the menu works but I don’t get the pagination.

    Can anyone help me? Thanks in advance

Viewing 1 replies (of 1 total)
  • link to your site?

    theme?

    without seeing the issue, nobody will be able to help in a decisive way.

    it depends on the way your menu is made, and how it generates the css class to highlight the current page.

    you might need to paste a copy of the template file having the menu code (probably header.php) into a http://wordpress.pastebin.com/ and post the link to it here.

Viewing 1 replies (of 1 total)

The topic ‘Menu highlighting problem’ is closed to new replies.