Read More not showing in my home page
-
Hi. I already searched the forum and even google but I could not make the read more link show up in my home page.
I am using the <!–more–> tag and my index.php code looks like this
<div class=”entry”>
<?php if (is_single()) { ?>
<?php the_content(‘Read on…’); ?>
<?php } else { ?>
<?php the_excerpt(); ?>
<?php } ?>
</div> <!– .entry –>
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Read More not showing in my home page’ is closed to new replies.