• Resolved Martin

    (@xtremetinu)


    How can i hide a category from the events page?
    i need to add this single category on a separate page.

    can anyone please explaim this for dummies? can i do this with in the main settings from events manager?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Xtremetinu,

    You can try adding the following code to your Admin Panel > Appearance > Customize > Additional CSS field:

    ul.event-categories {
      display: none;
    }

    Otherwise, you can try finding this placeholder for categories from the Settings > Formatting > Events and remove it. https://take.ms/FmiGgX

    Please let me know if you have any questions.?

    Warm regards,

    Thread Starter Martin

    (@xtremetinu)

    sorry my fault.
    i don’t want to hide the category. but i will hide all events with a specific category.
    this events i will show on a separate page.

    Hi Martin,

    To exclude only a specific category, you can use something like this:

    [events_list category="-exclude-categories,-111"]<p>#_EVENTLINK will take place at #_LOCATIONLINK on #_EVENTDATES at #_EVENTTIMES</p>[/events_list]

    on another page where you want to show only 1 category there, you can use this code:

    [events_list category="111"]<p>#_EVENTLINK will take place at #_LOCATIONLINK on #_EVENTDATES at #_EVENTTIMES</p>[/events_list]

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide Category from Events Page’ is closed to new replies.