Can I delete that 'previous' and 'next' at the end of the post/project?

  • Unknown's avatar

    Hi,

    My projects are categorized with “project type” not in timing order. I see that the ‘next’ and ‘previous’ button at the end of the blog actually makes people confused of the list. I would like to delete or change that if possible.

    may be delete it is the easiest? But how can i do that?

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

  • Unknown's avatar

    Hi tuangstudio,

    By default, there isn’t an option to remove the next and previous links at the bottom of individual portfolio projects. However that can be done with custom CSS. Paste the following code in to My Sites > Customise > Custom CSS underneath what is already there:

    .single-jetpack-portfolio #nav-below {
    	display: none;
    }

    My projects are categorized with “project type” not in timing order.

    Portfolio projects are listed with the newest first on this page:

    https://tuangstudio.com/portfolio/

    The front page on tuangstudio.com is set to display your latest posts — which have the same name as some of the project types. Can you send a link to the page you are referring to, so I can make sure I’m looking in the right place? :)

  • Unknown's avatar

    @gemmacevans Thank you so much. That is what I want.
    You understand what I said. Those posts I make it to be sticky posts and will not change because I want the Awesome Theme’s feature to appear when people come to the website.

    I know I have to find the CSS and do “display: none;” but I can’t find it myself. I did use the “inspect” in the developer menu of Chrome.

    Can you tell me how did you find where the #nav-below?

  • Hi there,

    Can you tell me how did you find where the #nav-below?

    To find that you’d need to view a portfolio project, right click on the previous-next links, and select Inspect Element.

    But it takes experience and practice to know which CSS selectors exactly to use for the specific change you want to make. If you want to learn more about how this works, we have some tutorials listed here:

    https://en.support.wordpress.com/custom-design/editing-css/#css-help

  • The topic ‘Can I delete that 'previous' and 'next' at the end of the post/project?’ is closed to new replies.