Thread Starter
rrossi
(@rrossi)
This is a great plug-in have been using it for several years without a hitch. Recently, we started using Jetpacks “Sharing” and “Likes” for all posts and pages. However, the Post-in-page snippet also carries over the “sharing” and “Likes” and positions them on the bottom of the snippet. Not a good thing…
What coding do I need to put into the php to not have those show?
All help would be appreciated.
http://www.ctkla.org Look at PIP under announcements on landing page… to see example.
Thank you….
Hi rrossi,
In cases where another plugin injects content, it can be a little tricky to get things to look just right.
In many cases, you can edit the Posts in Page template to customize your output; but in this case, another plugin is adding the content, so that may limit our options.
Arguably, the easiest way to handle a situation like this would be to use CSS to keep the unwanted content from rendering by using a display: none; command.
It looks like you already solved your issue on the above page, so I don’t see the offending content. I would need to see the exact html to suggest a CSS selector.
I hope that sheds some light on the subject, though. 🙂