enable Jetpack Publicize
-
Please enable Jetpack publicize when you register the custom event post-type, as explained here:
http://jetpack.me/support/publicize/#custom-post-typesIt’s as simple as adding “publicize” to the “supports” array in em-posts.php when initializing $event_post_type (for me it’s line 128):
'supports' => apply_filters('em_cp_event_supports', array('custom-fields','title','editor','excerpt','comments','thumbnail','author','publicize')),(I’m guessing the same goes for $event_recurring_post_type.)
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘enable Jetpack Publicize’ is closed to new replies.