Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi,

    Please try to add the following lines to the end of the “functions.php” file of your theme:

    add_filter(
    'the_content',
    function( $content ) {
    if ( ! is_singular( 'post' ) )
    remove_filter( 'the_content', 'fcbkbttn_display_button' );
    return $content;
    },
    9
    );

    Sincerely,
    BestwebSoft Support Team

    Thread Starter bajan4evr2

    (@bajan4evr2)

    Thanks. That worked.

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi,

    We are glad that everything is fine now. Please feel free to contact us with any questions in future.
    For more convenience we recommend to contact us via our support forum so that we could recall the case immediately (https://support.bestwebsoft.com).

    Have a nice day!

    Sincerely,
    BestWebSoft Support Team

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Exclude Facebook Share Button from all except Posts’ is closed to new replies.