Добрый день, подскажите как убрать минитюру с полной записи. ПС в single.php нету Код: <?php // Post thumbnail. simple_east_navthemes_post_thumbnail(); ?> content.php файл HTML: <div class="wrapper_post_post"> <div class = "month"> <?php the_time('F'); ?> <div class = "day"> <?php the_time('d'); ?> </div> </div> <div class="wrapper_post_post_title"> <?php if ( is_single() ) : the_title( '<h1 class="entry-title" itemprop="headline">', '</h1>' ); else : the_title( sprintf( '<h2 class="entry-title" itemprop="headline"><a href="%s" rel="bookmark" itemprop="url">', esc_url( get_permalink() ) ), '</a></h2>' ); endif; ?> </div> <span class="img-thumbnail-post"> <?php // Post thumbnail. simple_east_navthemes_post_thumbnail(); ?> </span> <div class="wrapper_post_post_text"> <?php if ( is_single() ) : /* translators: %s: Name of current post */ the_content( sprintf( __( 'Continue reading %s', 'simple-east' ), the_title( '<span class="screen-reader-text">', '</span>', false ) ) ); wp_link_pages( array( 'before' => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'simple-east' ) . '</span>', 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>', 'pagelink' => '<span class="screen-reader-text">' . __( 'Page', 'simple-east' ) . ' </span>%', 'separator' => '<span class="screen-reader-text">, </span>', ) ); else: the_excerpt(); endif; ?> </div> </div>
Savok32, похоже, что вот этот кусок кода - PHP: <span class="img-thumbnail-post"><?php // Post thumbnail. simple_east_navthemes_post_thumbnail(); ?></span>