I installed Events manager today and I have noticed a very interesting error. It namely changes the output of my wp_list_pages function on the Events page.
I have this in the sidebar:
<?php wp_list_pages("title_li=&child_of=6759&sort_column=menu_order"); ?>
And it generates a list of child pages in the accordion menu on the sidebar. On the Events page though the links are generated correctly, but name of the links is always the same - the title of the displayed calendar post (they are listed under ležeči napovednik).
You can see the result here:
http://www.udobnoposvetu.si/events/event/handbike-trening-v-avstriji/
Click on the "katero ležeče kolo?" link and it will open up. You will see all links display the same name as the title of the current calendar entry, but URLs are generated correctly.
Any ideas why this might happen? The resulting list is correct on all other pages.
Thanks!
Peter