Menu highlighting problem
-
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)
Viewing 1 replies (of 1 total)
The topic ‘Menu highlighting problem’ is closed to new replies.