diff --git a/archive-podcast.php b/archive-podcast.php new file mode 100644 index 0000000..39783a0 --- /dev/null +++ b/archive-podcast.php @@ -0,0 +1,101 @@ + + + +
+ +
+ + + + + +
+
+ 'podcast', + 'posts_per_page' => 9, + 'post_status' => 'publish', + 'suppress_filters' => false, + 'orderby' => 'meta_value', + 'order' => 'DESC', + 'meta_key' => '_podcast_date', + 'paged' => $paged + ); + /** + * [$wp_query execution of the query] + * @var WP_Query + */ + $wp_query = new WP_Query( $args ); + if ( $wp_query->have_posts() ) : while ( $wp_query->have_posts() ) : $wp_query->the_post(); + ?> +
> + +
+ +

+ +
> + +
+ +

+ +
+
+
+ +
+
+ + +