Christopher Murray @ WP Page Numbers
- Alias: Christopher Murray
- Skickat: 2009-05-13 @ 13:46
- Kommenterat: WP Page Numbers
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