Title: [Plugin: Conference Schedule] Session admin &#8211; date/time fields disappeared
Last modified: August 20, 2016

---

# [Plugin: Conference Schedule] Session admin – date/time fields disappeared

 *  [pronews](https://wordpress.org/support/users/pronews/)
 * (@pronews)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-conference-schedule-session-admin-datetime-fields-disappeared/)
 * Since upgrading both WordPress to v.3.3 and the Twentyten theme, the date and
   time fields have disappeared from the Session admin page (both edit and add).
 * Explanation and/or fix anyone?
 * I have tried reinstalling to no avail.
 * [http://wordpress.org/extend/plugins/conference-schedule/](http://wordpress.org/extend/plugins/conference-schedule/)

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

 *  Thread Starter [pronews](https://wordpress.org/support/users/pronews/)
 * (@pronews)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-conference-schedule-session-admin-datetime-fields-disappeared/#post-2455197)
 * For what it’s worth, the session date/time admin problem is with WordPress 3.3—
   it works as intended with 3.2
 *  [rayfix](https://wordpress.org/support/users/rayfix/)
 * (@rayfix)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-conference-schedule-session-admin-datetime-fields-disappeared/#post-2455306)
 * I am a WordPress newbie, but It appears this problem is due to the way add_meta_box
   is being done. For version 0.5.2 conference-schedule.php on line 84 there is 
   the line:
 * `$this->add_meta_box( 'cs_schedule_metabox', __( 'Schedule', $this->name ), '
   schedule_metabox', 'session', 'normal', 'core' );`
 * Take that line and move it to the admin_init function on line 278. Then it will
   show up again. At least it does for me.
 * I think this is related to this issue: [http://wpdevel.wordpress.com/2011/12/07/do-not-include-wp-adminincludestemplate-php-to-get-add_meta_box/](http://wpdevel.wordpress.com/2011/12/07/do-not-include-wp-adminincludestemplate-php-to-get-add_meta_box/)
 *  Thread Starter [pronews](https://wordpress.org/support/users/pronews/)
 * (@pronews)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-conference-schedule-session-admin-datetime-fields-disappeared/#post-2455307)
 * Indeed… that fixes the problem.
 * Many thanks for taking the time to research and resolve it!
 *  [Daniel J. Lewis](https://wordpress.org/support/users/djosephdesign/)
 * (@djosephdesign)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-conference-schedule-session-admin-datetime-fields-disappeared/#post-2455319)
 * Thank you for sharing this fix! It worked for me on two different sites.

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

The topic ‘[Plugin: Conference Schedule] Session admin – date/time fields disappeared’
is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/conference-schedule.svg)
 * [Conference Schedule](https://wordpress.org/plugins/conference-schedule/)
 * [Support Threads](https://wordpress.org/support/plugin/conference-schedule/)
 * [Active Topics](https://wordpress.org/support/plugin/conference-schedule/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/conference-schedule/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/conference-schedule/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [Daniel J. Lewis](https://wordpress.org/support/users/djosephdesign/)
 * Last activity: [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-conference-schedule-session-admin-datetime-fields-disappeared/#post-2455319)
 * Status: not resolved