Conversation
supportIf you’re not getting anything printing out for %value% on standard WP items (either in the admin or on your page) this fix worked for me: Change: $args = ''; (empty string) To: $args = array(); (empty array) in event-page/core/event-page.php at around line 110 http://wordpress.org/extend/plugins/event-page/
Thanks for the fix. The newest version of the plugin should fix this issue. My apologies to everyone for not getting to this sooner.
I’ve just updated to the newest version, and get this error again..
Thanks for the fix. The newest version of the plugin should fix this issue. My apologies to everyone for not getting to this sooner.
I’ve just updated to the newest version, and get this error again..