function tree_submission_results_shortcode() {
$args = array(
‘post_type’ => ‘tree_submission’,
‘posts_per_page’ => -1,
);
$tree_submissions = new WP_Query($args);
if ($tree_submissions->have_posts()) :
ob_start(); ?>
Tree Submission Results
have_posts()) : $tree_submissions->the_post(); ?>
-
Recent Comments