Events Manager Database
-
Hello everyone,
I have implemented a totally new event submition form and I wanted to write an event using the wpdb utility, by writting to the tables needed.More precisely I am writting to the wp_posts, wp_em_events, wp_em_tickets, wp_term_relationships (for the categories).
So, I am giving a slug of my choise but when I try to access the event using the link e.g. mydomain.com/events/myevent the page is not found, while for an event that is added through the normal form that link works, where myevent is the slug (in my case both of the post and the event).
Did I missed writting to another table or is it something wrong on using the slug that way? What can I do?
Thanks,
- The topic ‘Events Manager Database’ is closed to new replies.