Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #306908
    Mattias Devriendt
    Participant

    Hi for my site http://www.mattiasd.be i would like to make a selection of my events to appear on my homepage (because it’s quite a list now) with a ‘more events’ button’ and show the rest on the http://www.mattiasd.be/live page. I could work with categories but i die not find a solution… Thanks for helping!

    #306928
    tikaram
    Keymaster

    @mattias-devriendtgmail-com : If you would like to limit the number of items on homepage you can select the desired number of items from the events customizer under No of items.
    To display the more events button insert the desired text in the Button Text field in the customizer and insert the button link http://www.mattiasd.be/live in the customizer. Let me know if this helps resolve your issue.

     

    Regards,
    Tikaram

    #307315
    Mattias Devriendt
    Participant

    Hi Thanks, i tried to limit it to 3 but then the number of events on http://www.mattiasd.be is also 3. So they number of events is always the same on homepage and Eventspage. How to make a difference? Show only 3 on home and all on the events Page.

    #307575
    tikaram
    Keymaster

    @mattias-devriendtgmail-com : Login to your WordPress admin section.

    Go to Appearance => Customize => Additional css and add the following css

    .home #event-post-4,
    .home #event-post-5,
    .home #event-post-6,
    .home #event-post-7,
    .home #event-post-8,
    .home #event-post-9,
    .home #event-post-10 {
       display: none;
    }
    #308969
    Mattias Devriendt
    Participant

    Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to show selection of events on homepage’ is closed to new replies.