Jetpack

The ideal plugin for stats, related posts, search engine optimization, social sharing, protection, backups, security, and more.

Jetpack by WordPress.com

Pods integrates with some very specific components of JetPack, the items listed below include specific configuration details.

More Documentation on Jetpack

Publicize

Jetpack’s Publicize module works quite well with Custom Post Types, you just have to enable it in your theme or in the functions.php : add_action(‘init’, ‘my_custom_init’); function my_custom_init() { add_post_type_support( ‘your-custom-post-type-name’, ‘publicize’ ); } You can also access it automatically once Jetpack is enabled in the Advanced Options tab under Edit Pods for your Custom Post Type, under Supports. …

Read more

Related Posts

Jetpack’s Related Posts will automatically work with your site’s Posts, but you can also use it with other Custom Post Types you might have, like Events, a Portfolio, or even Products. In order to get Related Posts to index and display on your Custom Post Types, you will need to add this function and filter: …

Read more