Viewing 2 posts - 1 through 2 (of 2 total) Author Posts February 20, 2015 at 12:29 am #399347 satuckerParticipant 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/ February 20, 2015 at 12:19 pm #399564 YigitKeymaster 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 Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In