Customizing Jetpack related posts post types
-
I have a site with a custom post type and I would like to have related posts so that:
* only related Posts show on Posts (i.e. the WordPress Posts post type)
* only related custom-post-type show on pages for that post typeI see that I can add a custom post type via the
rest_api_allowed_post_typesfilter, but the example isn’t clear whether or not I’ll only get related posts of any given post type for that post type.Will related posts only show related posts of the same post type of the page being viewed, or is there a way to achieve that?
Thanks,
mark.
The topic ‘Customizing Jetpack related posts post types’ is closed to new replies.