100, // тоже самое что posts_per_page 'offset' => 0, 'category' => '', 'orderby' => 'post_date', 'order' => 'DESC', 'include' => '', 'exclude' => '', 'meta_key' => '', 'meta_value' => '', 'post_type' => 'primary_slider', 'post_mime_type' => '', // image, video, video/mp4 'post_parent' => '', 'post_status' => 'publish' ) ); foreach($posts as $post){ //$output .= $post->ID.'+'; //if ( get_option( 'background_preloader' ) > 0 ) { $image_attributes = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), 'full' ); $background_preloader = 'style="background-image:url('. $image_attributes[0] .')"'; //} $output .= '