You should be able to use remove_filter
to remove post_output_wrapper
from the_content
and hook it somewhere else instead, much like you've done for the sharing buttons and the Likes.
I hope this helps.
You should be able to use remove_filter
to remove post_output_wrapper
from the_content
and hook it somewhere else instead, much like you've done for the sharing buttons and the Likes.
I hope this helps.