Hello,
I’m making a blog on a client’s site, and below the posts my client would like to change the position of ‘Share this entry’ with ‘Leave a reply’. Could you tell me how to do this?
Kind regards,
John Niemeijer
Hi johnniemeijer!
You can use Advanced Layout Builder to create your posts and simply drag comments element above social share buttons element
Regards,
Yigit
Hello Yigit,
I understand, but this would mean that my client would have to lay-out the posts. My client wants the ‘automatic’ solution, only with a position change of ‘Share this entry’ with ‘Leave a reply’. Is that possible?
Kind regards, John
Hi!
You can find that on line 162 in the /enfold/includes/helper-social-media.php file.
$this->title = $title !== false? $title : __("Share this entry",'avia_framework');
Best regards,
Elliott
Hello Elliot,
Could you tell me what I should do with this line?
Regards, John
Hi!
Sorry I misunderstood. You’ll need to delete line 274 in the /enfold/includes/loop-index.php file.
avia_social_share_links();
And add it to line 46 in the /enfold/single.php file.
Regards,
Elliott
Hello Elliot,
Thank you, this worked perfect!
Regards, John