Main Banner

$pageblog, 'category_name' => get_theme_mod('ca_painting_category_setting') ); $custom_query = new WP_Query( $args ); while($custom_query->have_posts()) : $custom_query->the_post(); get_template_part( 'template-parts/sections/contentpost' ); $p++; endwhile; wp_reset_postdata(); ?>