WordPress offers visitors a way to read the entire blog post when excerpts are shown. The "more" link provides visitors with the means to read the rest of a blog post. However, the wording displayed can seem pretty boring or bland. Thankfully there are several way to change the text: all links or individually.
Change All More Links
Two tags are provided by WordPress to show the more link text. The default tag used by most themes is the_content(). The other is the_excerpt(), which allows for a small amount of text to be shown as an excerpt. We will focus on the_content() and show how to modify the "more" link, which will allow for a customized excerpt and "more" link text.
This tag is found in the index.php file under a theme. Open wp-content/themes/{theme_name}/index.php (make sure to substitute {theme_name} for the desired theme name). Find the line where the read more link is located:
the_content('Text in here for the read more link');
Change the_content to use "Read the Entire Entry... instead. This will look like this:
the_content('Read the entire entry...');
Save and re-upload the file.
Change Individual More Link
While the_content is called from the theme, we can change certain posts to use something different in the "more" link. This is accomplished by using the more tag right in the post and customizing the text displayed. For instance, if we want the more test to read "But wait, there's more!", we will edit the post to add this in by doing the following:
Log into the WordPress Control Panel. From the left side navigation, click the downward arrow next to Posts. Click Edit. Select the post you wish to edit, by clicking its name. Click the HTML tab and enter the more tag where desired.
< !--more But wait, there's more! -- >
Once done, click Update.
Both of the more tag options can be in place at the same time. This will allow for customization of the default more link text, while allowing for customization per blog post.
Published by Michael Mann
With over 12 years of professional experience as a Web designer and over 25 years of general computer experience, I am often the resident tech . I own and operate Michael Mann Desktop Publishing, a desktop p... View profile
- Blogging Platforms: WordPress vs Movable TypeThere are several blogging platforms out there, and two of the dueling platforms appear to be WordPress and Movable Type. A look at how they compare.
- Top Five Methods of Website Link BuildingLink building is really the only way to attract customers to your website. With these easy methods, you will have a massive link network in no time!
- A Beginner's Guide to Link BuildingOne of the cornerstones of building a successful website has become developing your link popularity. Managing and maintaining a steady stream of incoming links can mean the difference between hundreds of hits and mill...
Making Money with Your Website's Link PageDid you know a link page is a great place to place affiliate links? Use affiliate links of your website's link page to generate passive income.
10 Link Bait Tips from WikipediaThere are many things that you are allowed to learn from Wikipedia online business model but today I want to point at how this absolutely free online user edited encyclopedia us...
- How to Promote Your Writing Links Using WordPress
- Top 20 WordPress Templates of 2008
- Best WordPress Web Hosts
- Wordpress Themes You (Probably!) Haven't Seen Before
- Wordpress Adsense System for Blogging for Profits. A Review and Does it Work?
- Starting a WordPress Blog
- Zelda: Link to the Past - GBA Review




