Query posts by views on category page
Don’t nullify the main query, this breaks stuff. Also, avoid using the $wp_query global as a custom variable. This breaks the main query and causes issues. You can also try adding ‘suppress_filters’ => true, to your arguments to suppress any custom filters if you are using any custom filters. Also, don’t use TEMPLATEPATH, it is … Read more