How do we do this in 3.0?
https://kriesi.at/support/topic/blog-post-sharing-icons-at-beginning-of-post
Hey scanman2121!
I’m not sure about 3.0 but the latest version is 3.0.2 and it should be the same steps as outlined in Josue’s post.
Around line 186 you should see this.
// echo the post content
echo '<div class="entry-content" '.avia_markup_helper(array('context' => 'entry_content','echo'=>false)).'>';
Try adding this below it and then use Josue’s CSS.
avia_social_share_links();
Best regards,
Elliott