Wordpress Read more with Post Title

This item was filled under [ Wordpress ]

Thanks for visiting! If you're new here, you may want to subscribe to my Rss Feed. This blog posts regular Internet news, updates for apps, security, ideas, hacks, quick fixes and everything about hi-tech. Go ahead, Subscribe to our Feed or Register for Free!

 halo_wordpress

When you use the more tag in Wordpress the post on the index page is "cutting-off" by this tag, leaving on top only what we write above this tag. At the post will be added a Read More link… We can also include the post title in this link and type custom messages also.


Open index.php file (99% of cases)

Find:

<?php the_content('Read more...'); ?>
Replace with:
<?php the_content("Continue reading " . the_title('', '', false)); ?>

Please note that we can change the phraze "Continue reading" with our custom message. That’s all, save your file and refresh your blog.

Note: This work if you chose Full text in reading options and use More Tag in post page.

Popularity: 202 reading
If you like this entry, consider bookmarking or help us promote it. Thank You!
Interesting Articles:

Related post to "Wordpress Read more with Post Title"

You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a Comment