Forums

Add Twitter, Facebook Like, Google plus one Social share
[resolved] Hide the TF links in mailpress notifications ? (2 posts)

  1. Manu-PB
    Member
    Posted 3 months ago #

    Hi,
    Running WP3.3.1 + TwentyTen + MailPress + TF
    Does someone knows how to hide the TF links in mailpress (excerpt) notifications ?
    On the site, the links do not show up in Archive and Search, according to settings. This however does not work with MailPress.
    Is there some hook to remove, how and where ?
    Thanks for help

    http://wordpress.org/extend/plugins/twitter-facebook-google-plusone-share/

  2. Manu-PB
    Member
    Posted 3 months ago #

    The answer was here

    Simply edit the _loop.php file in your MP theme and insert the following code at the TOP of the file, just after < ? p h p :

    remove_filter('the_content', 'kc_twitter_facebook_contents');
    remove_filter('the_excerpt', 'kc_twitter_facebook_excerpt');

    Enjoy !

Reply

You must log in to post.

About this Plugin

About this Topic