Hi se6bell2901,
If you want to view pinit button only on post you set the setting Show Pin It Button In Post check “yes” and if you want pinit button is not viewed on page set the setting Show Pin It Button In Page check “no”.
check this screenshot
Thanks.
yes, I did this, but the plugin is still not working correctly. I don’t want it to appear in my header images or my image on the home page. Is there a way to correct this?
There are often photos on posts and pages that users would want to be able to exclude from having the pinterest icon show up.
A few useful options this otherwise excellent plugin could desperately use would be a way to exclude the feature at a per-image level, as well as be able to enable/disable at a per page/post/category/taxonomy/conditional level. Also useful would be able to use this function on Custom Post Types.
OP. You can hide the PIN yourself with CSS albeit, it’s a bit obnoxious.
Just need to target the page or HTML element you want to remove the pin icon from and use a fuzzy CSS Selector like so:
.home span[class^="PIN_"] {
display: none !important;
}