Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #399347

    At the bottom of a post entry, is it possible to change the text from “Share This Entry” to something else? Even just “Share This:”

    http://lifepointohio.com/blog/world-wide-revival/

    #399564

    Hey satucker!

    Please add following code to Functions.php file in Appearance > Editor

    add_filter('avia_social_share_title','new_share_title');
    function new_share_title() {
    $output = 'Share this:';
    return $output;
    }

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.