1) Каким кодом выводите текст? —
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="row">
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
<div class="newsBlock">
<small><?php the_time('j-m-Y'); ?></small>
<img src="<?php bloginfo('template_url');?>/images/news/thumbs/04-25_Screen-Shot-2015-02-10-at-4.23.58-PM.png" alt="Summer Camp in Portugal"/>
<div class="newsTitleText">
<h3><?php the_title();?></h3>
<span><?php the_excerpt(); ?></span>
<br class="visible-xs">
<a href="<?php the_permalink(); ?>">[read more]</a>
</div>
</div>
</div>
</div>
<?php endwhile; ?>
<?php endif; ?>
2) В каком шаблоне находится этот код? —
sidebar.php и page-blog.php
3) В каком месте должен отображаться текст? —
http://clip2net.com/s/3K4QC3V
4) http://clip2net.com/s/3K4QOs8
Первые 5 как и настроено в админке
5) Текст какой страницы выводится вместо него?
Home
maxim12344, покажите скрин страницы настроек чтения как в примере ниже
http://prnt.sc/f3lh09
Господа, всем спасибо. Проблему решил путем переустановки Вордпресса. Но все равно всем отписавшимся спасибо