"%s"', 'twentysixteen' ), get_the_title() ), '', '' ); if ( is_singular( 'attachment' ) ) { // Parent post navigation. the_post_navigation( array( 'prev_text' => _x( 'Published in%title', 'Parent post link', 'twentysixteen' ), ) ); } elseif ( is_singular( 'post' ) ) { // Previous/next post navigation. $category = get_the_category( get_the_ID() ); $categories = array(); foreach ( $category as $cat ) { $categories[] = $cat->slug; } $category = implode( ',', $categories ); $args = array( 'post_type' => 'post', 'category_name' => $category, 'numberposts' => 4, 'posts_per_page' => 4, 'publish' => true ); $slider_posts = get_posts( $args ); ?>

Похожие новости