I think the plugin work on all Posts / Pages / Custom Post Type. Share your problem.
Thanks
It does work on the images within a custom post type, but I’m referring to the bottom of the post itself.
For example on this regular post there is a Pin it link http://www.bylt.org/plant-more-trees/
But on this Event post type there is no Pin it link http://www.bylt.org/events/event/fireside-chats-bylt-fthc/
Hi winterstreet,
Is your Event CPT plugin is custom made or third party plugin?
May be in its code they not loading the page using WordPress codex guidelines so the pin it buttons skipping.
Thanks
As a test on a different site I added a custom post type using this plugin https://wordpress.org/plugins/custom-post-type-ui/
The behavior was the same on the archive for the custom post type. There was a pinit button on the hover but not for the single instance of the post on the archive page.
Our plugin work with the_content.
If the above function not calling by plugin to display CPT post content then this will not work.
Thanks