• Resolved indieisnotagenr

    (@indieisnotagenr)


    Hi,

    at the moment, all events are shown on tag archive pages (if there is events with corresponding tags). Is there any way to remove them from these archives?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor webnus

    (@webnus)

    Hello @indieisnotagenr,

    You can use the CSS below to hide events in the tag archive pages:

    .archive.tag .mec-events.type-mec-events {
        display: none;
    }

    Best Regards

    Thread Starter indieisnotagenr

    (@indieisnotagenr)

    Thanks, that works.

    But is there a filter to unload the events using php?

    Plugin Contributor webnus

    (@webnus)

    Hello @indieisnotagenr,

    Unfortunately, this option is not available but we would forward it to the developer team to be checked and if possible to be added in the next updates.

    For now, you can remove common tags in posts and events, then use the unique tags on your events.

    Best Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove events from tag archives’ is closed to new replies.