Dynamic URL Issue on SEO Scan

It’s not a completely different URL, it’s just your homepage URL with some query vars. A plugin probably uses this link somewhere on your website. That would be why this ‘SEO scan’ picks this up. It sounds like this is more of a problem within your SEO tool than it is a problem within your … Read more

AJAX calendar navigation returns -1

Echo your output in your AJAX callback function Exit PHP after you echo your output using exit; Since you’ve localized the ajaxurl variable, use it in your AJAX request Pass action : ‘my_special_action’ into your AJAX request Whatever action you use, use the same for both nopriv and normal AJAX hooks Here’s how your AJAX … Read more

Post type to calendar

Basically you have to write a piece of php code to read your events and write it out in ics format. (Just like writing out a template but a bit different). WordPress has actions/functions to add a feed and provide a hook that produces the text. You also need to make sure that you adjust … Read more

Looking for a multi user calendar

You might find this plug-in useful: http://wordpress.org/extend/plugins/event-organiser/ Full disclosure: I authored this plug-in You can assign permissions (to create, edit, publish events etc) to roles in the plug-in the settings. It has an admin-side calendar, and calendars for the front end. So it seems to do everything you ask for.