I wanted to show a full blog content, instead of an excerpt for the homepage.
I tried replacing the_excerpt to the_content, but it is not working.
This is the code:
<div class="entry-summary">
<?php the_content(); ?>
<span class="read-more"><a href="<?php the_permalink(); ?>"><?php esc_html_e('Continue Reading »', 'revenue'); ?></a></span>
</div><!-- .entry-summary -->
Or should I replace the entry-summary class and how do I do it?
from HTML & Website Design https://ift.tt/2nQZPgo
via IFTTT
0 Comments