• Resolved helmu

    (@helmu)


    Hi,
    I am using a tag in my events to display this events in a list of posts created by the plugin “Content View”. This was working fine till the last update of the events calendar.
    The following fix is described in your change log of the update 4.2.2:
    “Only add the events custom post type to the tag archive queries and not custom queries with tags”.
    Is this the raeson for my problem and does this mean that I will not be able to display the events using a tag in my content view list?

    Regards Dieter

    https://wordpress.org/plugins/the-events-calendar/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey @dieter,

    Thank you for reaching out to us.
    Yes, you are absolutely right.

    There was a glitch in the code where a WP_Query meant to query just posts based on a tag, accidentally included events within the query.

    The good news is that I am pretty sure you can get the same results you had by adding via a snippet in your theme’s functions.php.

    Regards,
    Geoff B.

    Thread Starter helmu

    (@helmu)

    Hi Geoff,

    Ok, could you help with the snippet?
    I am an old IT person and not familiar enough with php.

    Regards Dieter

    Hey @helmu,

    While I don’t have a snippet readily available, if you post the existing query used in your template, we’d be happy to check it out and see if we can revise it for you to make it work.

    Thanks!
    Geoff

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Viewing events with a tag’ is closed to new replies.