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

    Where it says “Share This Entry” how would I change that.

    Many thanks and warm regards,

    #663950

    Hey sambo258!

    Please add following code to Functions.php file of your child theme in Appearance > Editor

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

    Cheers!
    Yigit

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