Content Tag Problems
-
WordPress newbie. Having problems rewording the content tag so that it reads “Read More>” not “Read the rest of the entry”. I’ve cleared the cache. Here’s the coding in the index.php inside the loop.
<?php the_content(‘<span class=”readmore”>’.__(‘Read more »’,TEMPLATE_DOMAIN).'</span>’); ?>.
This coding still results in “Read the rest of the entry”.
Is the inclusion of TEMPLATE_DOMAIN part of the problem. Not really sure what this mean. The template I’m using is Freshy-10 by Jide. Thanks for any help.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Content Tag Problems’ is closed to new replies.