• Resolved marcus_pierce

    (@marcus_pierce)


    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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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'); ?>

    Thread Starter marcus_pierce

    (@marcus_pierce)

    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.

    Thread Starter marcus_pierce

    (@marcus_pierce)

    I found it. Thanks for your help.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘changing “go to article” text’ is closed to new replies.