Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #180272
    bobgarrett
    Participant

    I have a page listing a subset of posts – sometimes an extract.
    Clicking on a link takes you to the full post. However, it then shows at the bottom a link to the next and previous posts. I would like to remove this.
    So, how do I modify the Post Page?

    #180300
    Skandha
    Participant

    @bobgarretthomenetworks-co-uk: Hello there,
    Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    #180339
    bobgarrett
    Participant

    This shows a single post. https://www.ccrc.co.uk/race-to-marchwood-yc-and-back/
    As you can see, there are links at the bottom which I’d prefer not to be there, and the page is not full width like the rest of the site as it needs to be set to a different template.

    Thanks

    #180429
    Skandha
    Participant

    @bobgarretthomenetworks-co-uk: Hello there,
    To remove the links at the bottom
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #nav-below {
        display: none;
    }

    To have the full width layout you will need to upgrade to pro version of the theme. I suggest you to upgrade to pro. You can check out the additional-features available in pro version of the theme.

    Kind Regards,
    Skandha

    #180442
    bobgarrett
    Participant

    Super.
    We will look at the pro version.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Modify the Post Page’ is closed to new replies.