Tagged: Share Links At The Bottom
Hi, im trying to figure out how to move “Share Links At The Bottom Of Your Blog Post” to above featured image. (without adv layout builder)
Can you help me? tks
Hey Rafael,
Thank you for the inquiry.
This is possible, but you may need to override and modify the enfold/includes/loop-index.php file in your child theme. Look for this function around line 613:
//share links on single post
avia_social_share_links_single_post();
And move it above this code or comment around line 219:
//on single page replace the link with a fullscreen image
This should render the share section above the featured image or slider.
Best regards,
Ismael