It works with the theme(came with the theme, worked with it earlier) but I think it is the import structure I have to use. I have set up a multisite environment so I can test some of this without messing up the about-to-be-live site.
The issue seems to be that the link isn’t in the right structure. If I set my permalinks to default, they work. If I change it to post name, it doesn’t work (which makes no sense but that is what happens). Using PHP Myadmin, I can see that the imported ones have a page link that includes the page title while the one I created in Events Manager does not.
From the guid column in the database:
Event manager direct link: https://vinovenue.com/vv/dev/events/?post_type=event&p=44
Imported one: https://vinovenue.com/vv/dev/events/events/taste-like-a-pro/ (post ID is 40)
I am really new to WordPress so I am not sure what some of this code means. I can write a function to make the import link be correct (I think) but I could use some help figuring out what exactly I need my link to look like. If I can get the link to be post_type=event&p=40, should that work?
Thanks in advance,
Julie