In my regular posts the text on my button says "go to article", but in the archive the button reads "go to the article". Why would this be different and where can I change that text? Thank you.
In my regular posts the text on my button says "go to article", but in the archive the button reads "go to the article". Why would this be different and where can I change that text? Thank you.
depends how your theme is set up...
"go to article" on main posts is most likely in index.php in your theme
"go to the article" on archive view is probably archive.php
Will probably look similar to:
<?php the_excerpt('go to article'); ?>
Thanks. I took over a custom-created theme. I've already checked all of the php and css files to no avail, including the ones you mention. Nothing to do but keep looking. Thanks for your help, though.
I found it. Thanks for your help.
This topic has been closed to new replies.