Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #323046

    Did a search here for the answer, but didn’t find anything. My question is:

    How do you add share links to the bottom of pages?

    I have done this for the posts, but would LOVE to have these at the bottom of the pages too.

    Thanks in advance for your answer. I’ve bought this theme 3 times now!

    Jack.

    #323053

    Hi Jack!

    Please refer to Peter’s post here – https://kriesi.at/support/topic/share-icons-on-pages-and-portfolio-items/#post-260646
    Regards,
    Yigit

    #323151

    Is there a way to add this to all pages (and not just individual pages?).

    Jack.

    #323356

    Hey Jack!

    This code will add it to all pages:

    add_action('ava_after_content', 'avia_add_social_toolbar', 10, 2);
    function avia_add_social_toolbar($id = "", $context = "")
    {
    	if($context == "page")
    		avia_social_share_links();
    }

    Regards,
    Josue

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