Quantcast
Channel: ThemeShaper Forums Topic: previous link in category showing same current posts
Viewing all articles
Browse latest Browse all 10

middlesister on "previous link in category showing same current posts"

$
0
0

I think the solution was about filtering the query so that the pagination bit is not overwritten

global $wp_query;
$args = array_merge( $wp_query->query, array( 'cat'=>3 ) );
query_posts( $args );

Viewing all articles
Browse latest Browse all 10

Trending Articles