function limit_posts_per_archive_page() { if ( is_category() ) $limit = 2; elseif ( is_search() ) $limit = 2; else $limit = get_option('posts_per_page'); set_query_var('posts_per_archive_page', $limit); } add_filter('pre_get_posts', 'limit_posts_per_archive_page');
There are currently 1 users browsing this thread. (0 members and 1 guests)