getting rid of "previous" "next" at bottom of posts in Twenty Fifteen theme

  • Unknown's avatar

    Hi All,
    I am designing a wordpress.com for a non-profit using the Twenty Fifteen theme. I need to get rid of the “previous” & “next” post links/titles (at the bottom of posts). There is an example at the bottom of this page:
    https://reinhabitory-institute.org/2015/04/24/interview-of-peter-coyote/

    If there is nothing through the dash board or theme controls, is there a way with CSS?

    This is not a blog concept so it makes no sense. I guess I could convert all those posts to pages but at this point, that would be a pain.

    Also, there is a footer for every page/post with the words “Blog at WordPress.com.” I would like to get rid of.

    THANKS!!!
    Don

    (Not sure why this was un-ansered in the “support” forum so I have reposted in theme forum.)

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

  • Unknown's avatar

    You can hide the previous and next links with the following code, just add it in to the CSS section of the site customiser:

    nav.navigation {
      display: none;
    }

    You can only hide the WordPress.com link in the footer if you’re on the business plan, otherwise it’s against the terms of service. You can pick from a number of options for how you want it to appear though.

    If you have other questions relating to CSS in future you’re more likely to get a response (and a speedier one) if you post it straight to the CSS specific forum.

  • Unknown's avatar

    thanks hallluke, that worked easily

  • The topic ‘getting rid of "previous" "next" at bottom of posts in Twenty Fifteen theme’ is closed to new replies.