Wordpress More Tag Fix
->
Wordpress More Tag Fix
If you are a Wordpress user you are familiar with the more tag used in posts. The more tag is used to condense articles into summary form with a more link to read the full article. For some users the more tag works fine, but for some users they like to change the more tag to say something other than more. In this Quick Code lesson we will cover how to change the wording of the more tag. On this site you will notice we have changed the more tag to (Quick Read More)
From the Word Press Admin panel, navigate to Presentation
Theme Editor
Locate and select Archives (Archive.php) from the themes list
Find the following code
<?php the_content() ?>
And change it replacing your text goes here text with what you want
<?php the_content(’your text goes here’) ?>
Click Update File and view a category on your site to see the changes, if no changes were made you need to go back and check your code to make sure it is correctly written. Remember when editing code it is always very smart to copy and paste the code in word-pad or note pad for a back-up before you change anything, this way if you have a melt down you can fetch your old code.

(1 votes, average: 4 out of 5)