Trying to change "Older Posts" button at bottom of homepage

  • Unknown's avatar

    Hi

    My blog is made up of two main parts (quotes and articles). I want to change the button at the bottom of my homepage that says “Older Posts” to “More Quotes.” I also want to change its function so it links to my blog’s “Quotes” category, rather than simply display more posts when it’s clicked. Also, is it possible to add another duplicate button next to it that reads “More Articles” and links to my “Articles” category??? This way visitors have easy access to the two main parts of my blog after they’re done scrolling through the initial recent posts.

    I’m using the lovecraft theme. My blog is http://www.whatitmeanstowin.wordpress.com

    Thank you!!!

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

  • Unknown's avatar

    Hi there,

    I want to change the button at the bottom of my homepage that says “Older Posts” to “More Quotes.” I also want to change its function so it links to my blog’s “Quotes” category, rather than simply display more posts when it’s clicked.

    The best we could do, is what you did and add buttons to text or image widgets in the footer widget area and then hide the normal “Older Posts” button that would take visitors to those category pages. Once on those pages, the “Older Posts” button at the bottom would work within that category.

    To do this, you would need to have the Custom Design Upgrade, which you can find out more about by going into your dashboard admin area and go to Store > Store.

    You can try out and preview custom CSS before you buy as explained here. This would be the CSS to hide the button on the bottom of your posts page.

    #infinite-handle span {
        display: none;
    }
  • The topic ‘Trying to change "Older Posts" button at bottom of homepage’ is closed to new replies.