• I had trouble getting recurring and series events to work without showing 404’s due to WP regex matching on custom post types. Adding this code into my functions.php fixed the issue.

    
      function qwerty_custom_rewrite_basic() {
        add_rewrite_rule('^event/(.+)/(.+)', 'index.php?tribe_events=$matches[1]&eventDate=$matches[2]', 'top');
      }
      add_action('init', 'qwerty_custom_rewrite_basic');
    
    • This topic was modified 7 years, 6 months ago by buckiilevi.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey @buckiilevi,

    First off, I would like to apologize for the delay answering.
    We are currently experiencing a higher level of requests than usual.

    Please rest assured that we are working hard at correcting this situation.
    We appreciate your patience while we try to normalize things.

    It looks like you might be a the Events Calendar Pro license holder.
    I would highly recommend using our premium forums for faster support: https://theeventscalendar.com/support-forums/

    Just to set expectations, the scope of our support is mostly to get our customers started on the right track and to help them in case of issues.

    We unfortunately do not provide complete support for customization (as would be the case here).

    With that in mind, our plugins rely on a highly complex usage of redirects. I would strongly advise against tweaking that unless you have ninja level coding skills.

    Another option is to hire one of our recommended customizers?to do the customization for you: https://theeventscalendar.com/knowledgebase/find-a-customizer/

    Have a good weekend,

    Geoff B.

    I’ve tried the same code snippet and I’m still finding 404s. Any progress in this since it was applied?

    Plugin Contributor Victor Zarranz

    (@vicskf)

    Hi @arthurjunior!

    Thanks for chiming in here.

    Please note that we can’t give support for our premium plugins here. If you still experience this issue, please reach out to us via our Help Desk and we’ll be happy to help you with this problem.

    Thanks,
    Victor

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Events Calendar Pro Fix for 404 Recurring/Series Events’ is closed to new replies.