How to customize "Read More"?
-
Right now I have this code in my index.php:
<div class=”postentry”>
<?php the_content(sprintf(__(‘Continue reading ‘%s’ ?’, ‘f2’), the_title(”, ”, false))); ?>
</div>When I use the “more” button in my post, the text shows up in my post as…
Continue reading Title Of My Post
How can I make it to read simply “Read More…” or “Continue reading…” without the title of my post?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How to customize "Read More"?’ is closed to new replies.