how to change "older post" text to something else

  • Unknown's avatar

    Hi i’m looking to change what it says on the bottom where it says older post to something else. Is there a way to do that? I’m using the Spun Theme, is there a css that would let me change that part of my website?

    The blog I need help with is: (visible only to logged in users)

  • Hi there,

    There sure is a way, here’s one!

    #infinite-handle span button {
        display: none
    }
    #infinite-handle span:before {
        content: "SEE MORE";
    }

    Replace “SEE MORE” with the text of your choosing. :)

  • I missed a semicolon in the above code, so please use this one instead:

    #infinite-handle span button {
        display: none;
    }
    #infinite-handle span:before {
        content: "SEE MORE";
    }
  • Unknown's avatar
    angellightreaders · Member ·

    Thank you so much! I greatly appreciate the code! It works well!

  • Unknown's avatar

    How can you correct or improve your text before editing it?
    Thanks a lot for helping absolute French beginner!

  • Unknown's avatar

    @soisig, since you are using a different theme, and since your question is not related to theme customization, can you please post a new thread in the main support forum? Many thanks in advance.

    As a start, you may wish to look over our site on getting started with WordPress.com here, which has a lot of good information to help get you up and running.

  • The topic ‘how to change "older post" text to something else’ is closed to new replies.