Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #300228
    Hans
    Participant

    Hello Skandha,

    Is it possible to have posts on the homepage without the words “more posts” under the posts?
    I want use this possibility to show eight posts on the frontpage with a bit text above these posts.
    It is not the intention that one can see the samen poetst on the post page.

    Kind regards

    Hans Hagmeijer

    #300235
    Hans
    Participant

    Hello Skandha,

    I tried

    .nav-links { display: none; }

    and

    .content-area .more-link { display: none; }

    I found in support forum, but these didn’t work

    Kind regards

    Hans Hagmeijer

     

    #300273
    Skandha
    Participant

    @toerfiets: Hello Hans,

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home #content .view-more {
    display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #300308
    Hans
    Participant

    Hello Skandha,

     

    Thank you. That worked fine.

    Kind regards

    Hans Hagmeijer

    #300357
    Skandha
    Participant

    @toerfiets: Glad it worked out. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘remove “more posts” on home page’ is closed to new replies.