Thread Starter
msj20
(@msj20)
Good day!
When setting the record on the page and click on the button for more paper cut, but the button “read more” does not appear!
I go to the editor records, delete the tag more and download updates page of the site: Read more an article is trimmed and
What to do?
In the HTML-template to edit the page looked, there is not this tag, but the page is still cut off and written read more (((((
Thread Starter
msj20
(@msj20)
<div class=”entry-content”>
<?php if (is_search()) the_excerpt(); else the_content(__(‘Читать далее »’, ‘kubrick’)); ?>
<?php wp_link_pages( array( ‘before’ => ‘<div class=”page-link”>’ . __( ‘Страницы:’, ‘smartone’ ), ‘after’ => ‘</div>’ ) ); ?>
</div><!– .entry-content –>
<div style=”clear:both;”></div>
</div><!– #post-## –>