Disable article sharing links for custom post types

Posted in: Newspaper
Post count: 85

I have article sharing hidden for posts. But they still appear for custom post types. How can I hide them from custom post types as well?

Post count: 85

Nevermind, I found a piece of code to remove it. If anyone else is looking for this solution, here is the code.

remove_filter( 'the_content', 'sharing_display', 19 );

Just place it before the_content().

  • This reply was modified 12 years by sunkast.
  • This reply was modified 12 years by sunkast.
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.