• Closed
  • Terry Mason
    Spectator
    19.09.2016 at 00:27 #30291

    Currently I’ve got social sharing codes (twitter, facebook, etc) working fine on my posts, but they don’t seem to show up on my pages. Is there an easy way to enable this?

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    19.09.2016 at 09:31 #30303

    Hi,

    I just tried the theme’s sharing box shortcode.
    It seems to be broken.

    You may want to use the following plugin.
    https://wordpress.org/plugins/wp-social-sharing/
    It works on post and page.

    Thank you

    Terry Mason
    Spectator
    Posts: 17
    20.09.2016 at 03:02 #30312

    No, it works fine for posts, but it doesn’t seem to be available for pages at all. I was just hoping to edit my child theme and add the code.

    Terry Mason
    Spectator
    Posts: 17
    20.09.2016 at 03:15 #30313

    I found the code. In page.php just edit this:

    if ($evolve_share_this == 'all')

    evolve_sharethis();

    to this
    //if ($evolve_share_this == 'all')

    evolve_sharethis();

    Denzel Chia
    Moderator
    Posts: 2656
    20.09.2016 at 07:17 #30318

    Hi,

    Looks like I misunderstood your request. I thought you were referring to shortcode.
    Please revert back your edit in page.php

    Please go to Theme Options -> Blog -> General
    Find the setting -> ‘Share This’ buttons placement
    Select -> All pages
    Save your changes.

    Thank you.