Jetpack Publicize custom post types no longer working
-
I appears that after updating to the most recent version of Jetpack (v.3.3) my custom post types are no longer posting to the social networks we have enabled (FB, Twitter, G+). There are three custom post types that have been enabled to work with Publicize using the following code:
add_action('init', 'avy_publicize_support'); function avy_publicize_support() { add_post_type_support( 'advisory', 'publicize' ); add_post_type_support( 'public_observation', 'publicize' ); add_post_type_support( 'events', 'publicize' ); }
It worked before the update perfectly.
Interestingly, the Publicize checkboxes appear correctly on each of these post types, just like they used to, but nothing ever gets sent out and nothing ever appears at any of these social media outlets. Bugger.
Anyone have any thoughts on what to try next?
Thanks in advance and happy holidays. ??
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Jetpack Publicize custom post types no longer working’ is closed to new replies.