Stop expired events showing on the BLOG tag display.

Home Forums Calendar Products Events Calendar PRO Stop expired events showing on the BLOG tag display.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1094583
    Cory Fechner
    Participant

    How can we stop old events from showing in the BLOG tag view. We love how the tag filter only shows events (not blog posts) and in chronological. The blog tag feed is showing events upcoming and expired and we would like to not have that happen.

    We turned off the show events in blog options in the admin but that only seems to affect the main blog view.

    Cory

    #1095106
    George
    Participant

    Hey Cory,

    Thanks for reaching out. The issues you describe here are interesting. To help me investigate, can you do the following two things?

    1. Share links to where there is a “blog tag feed” on your site with events.

    2. Share your system information—here’s how: https://theeventscalendar.com/knowledgebase/sharing-sys-info/

    I’ll take a look at the information in both things and proceed from there.

    Thank you!
    George

    #1095321
    Cory Fechner
    Participant

    You can see here in the blog tag view it is showing expired events.

    http://www.perfectduluthday.com/tag/football/

    Can we just completely remove events from being listed in the blog tag view?

    #1095323
    Cory Fechner
    Participant

    This reply is private.

    #1095610
    George
    Participant

    Hey Cory,

    Thanks for the information. Everything looks solid there, but I noticed on your page that the events in the tag ARE TAGGED with the blog tag there—in this case, the “football” tag, it appears.

    So what’s going on here is actually by design. The tag archives show everything tagged “Football.” You’ve tagged these events “football”, so they will show up in the tag archives for all things tagged “football”.

    I only elaborate on this because there is unfortunately no simple way to go about removing the post type from the tag archive thoroughly. The only thing I can recommend to that end here would be some CSS. Try pasting this into the bottom of your theme’s style.css file:


    body.archive.tag .type-tribe_events {
    display: none !important;
    }

    That will hide the events in the tag archive view.

    I hope that helps!
    George

    #1101999
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Stop expired events showing on the BLOG tag display.’ is closed to new replies.