Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author WP Puzzle

    (@wppuzzle)

    Yes. There is such opportunity. You need to add this code to functions.php (use custom child theme or plugin FunctionsPHP ):

    function themeslug_page_without_socshare( $html ) {

    ??if ( is_page() ) {
    ????return “”;
    ??}

    Where in functions.php should this code be inserted? Is there a specific spot where it goes?

    I don’t want to add another plugin.

    Thanks,
    Sylvia

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Social Sharing on Pages’ is closed to new replies.