'post', 'posts_per_page' => $slider_on_home_count, 'ignore_sticky_posts' => true, 'meta_query' => array( // only posts with thumbnail 'key' => '_thumbnail_id', 'compare' => 'EXISTS', ), ); $featured_query = new WP_Query( apply_filters( 'amp_wp_home_featured', $featured_args ) ); amp_wp_set_query( $featured_query ); ?>
delay="3500" autoplay>
%3$s'; if ( get_the_time( 'U' ) !== get_the_modified_time( 'U' ) ) { $time_string = ''; } $meta_text = str_replace( array( '%s1', '%s2', ), array( '%2$s', $time_string, ), amp_wp_translation_get( 'by_on' ) ); if ( get_the_time( 'U' ) !== get_the_modified_time( 'U' ) ) { printf( $meta_text, $post_publised_by_url, $post_publised_by, esc_attr( $post_publised_date ), esc_attr( $post_modified_date ) ); } else { printf( $meta_text, $post_publised_by_url, $post_publised_by, esc_attr( $post_publised_date ) ); } ?>