Christopher Murray @ WP Page Numbers

Christopher Murray

I am using this plugin and it works fine on most pages. However, it breaks and only shows the same content on every page when I add a query_post condition:
if ( is_category(‘138’) ) {
query_posts(‘cat=30,31,32,34,35,36&order=DESC’); }

Any advice is truly appreciated.
Christopher