'post' , 'orderby' => 'date' , 'order' => 'DESC' , 'posts_per_page' => $cat_post_show, 'category_name' => $amz_cat_post_name, ); ?>
'list', 'prev_text' => __( 'Previous', 'amzpress' ), 'next_text' => __( 'Next', 'amzpress' ) ) ); // If no content, include the "No posts found" template. else : get_template_part( 'template-parts/content', 'none' ); endif; ?>