get_theme_mod('adventure_trails_section1_category'), // Default category 'posts_per_page' => get_theme_mod('adventure_trails_section1_category_number_of_posts_setting', 6), // Default to 3 posts 'order' => 'DESC' ); $query = new WP_Query($args); // Loop through the posts while ($query->have_posts()) : $query->the_post(); ?>
|