Title: [Plugin: Event Page Plugin] Fix for empty %value%
Last modified: August 20, 2016

---

# [Plugin: Event Page Plugin] Fix for empty %value%

 *  Resolved [codebrick](https://wordpress.org/support/users/codebrick/)
 * (@codebrick)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-event-page-plugin-fix-for-empty-value/)
 * If 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/](http://wordpress.org/extend/plugins/event-page/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [ternstyle](https://wordpress.org/support/users/mpraetzel/)
 * (@mpraetzel)
 * [14 years ago](https://wordpress.org/support/topic/plugin-event-page-plugin-fix-for-empty-value/#post-2670989)
 * Thanks for the fix. The newest version of the plugin should fix this issue. My
   apologies to everyone for not getting to this sooner.
 *  [Kåre Mulvad Steffensen](https://wordpress.org/support/users/dejliglama/)
 * (@dejliglama)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-event-page-plugin-fix-for-empty-value/#post-2671043)
 * I’ve just updated to the newest version, and get this error again..

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: Event Page Plugin] Fix for empty %value%’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/event-page.svg)
 * [Event Page Plugin](https://wordpress.org/plugins/event-page/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/event-page/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/event-page/)
 * [Active Topics](https://wordpress.org/support/plugin/event-page/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/event-page/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/event-page/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Kåre Mulvad Steffensen](https://wordpress.org/support/users/dejliglama/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-event-page-plugin-fix-for-empty-value/#post-2671043)
 * Status: resolved