is_main_query() ) return; if ( is_post_type_archive('download') || is_tax( 'download_category' ) || is_tax( 'download_tag' ) ) { $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 ); // remove the standard button that shows after the download's content if ( is_active_widget(false, false, 'edd_product_details', true) ) { remove_action( 'edd_after_download_content', 'edd_append_purchase_link' ); }