Hi
I installed a new wordpress blog in a different domain, then I installed the plugin, and I have not changed anything else.
I created a recurring event “prueba”.
I created a template with the recurring = “1”
I created a page that uses that template.
I opened the page and when click on the event it shows me the 404.
Then I modified the em-post.php file changing the line 341 for this:
‘rewrite’ => array (‘slug’ => EM_POST_TYPE_EVENT_SLUG, ‘with_front’ => false),
I reopened the page, and clicking on the event it opens correctly.
Then open the plugin settings without changing anything and I saved the changes.
I reopened the page and error 404 is displayed again.
It can be seen at:
https://datibus.com/proyectos/pradillo/?page_id=19
All I wanna do is to have 4 pages that display event listings:
- Page that lists the current events of category 1
- Page showing past events of category 1
- Page that lists the current events of category 2
- Page showing past events of category 2
So I thought that the solution would be to create four different templates setting attributes, recurring scope and category, and then four pages using those templates. But perhaps I have not raised the correct solution and there is another way to make it easy.
If you think there is another solution to get it, please show me how.
thanks.