diff --git a/index.php b/index.php index 635e2f3..1f8935c 100644 --- a/index.php +++ b/index.php @@ -1,120 +1,121 @@

-
+ +
+

Ultimi Podcast

+
+ '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(); + ?> +
> + +
+ +

+ +
+
+ +
'post', 'posts_per_page' => 6, 'post_status' => 'publish', 'suppress_filters' => false, '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(); $post = $wp_query->post; setup_postdata( $post ); if(is_sticky()){ get_template_part ( 'phpincludes/part-archive-item-post-featured' ); } else { get_template_part ( 'phpincludes/part-archive-item-post' ); } endwhile; else: ?>


- -
-

Ultimi Podcast

-
- '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(); - ?> -
> - -
- -

- -
-
- +