is_main_query() ) return; if ( is_post_type_archive('download') || is_tax( 'download_category' ) || is_tax( 'download_tag' ) || is_singular('download') ) { $query->set( 'posts_per_page', intval(apply_filters( 'igthemes_products_number', $number = '24' )) ); return; } } add_action( 'pre_get_posts', 'igthemes_edd_products_per_page', 10 );