Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #404279

    How can I add the social media icons to a widget? I would like to put them a few other places than the top bar and footer.

    http://relationships-at-work.com/

    thank you.

    #404732

    Hi gharding!

    Your wanting those exact icons?

    You could try placing this inside a text widget.

    $social_args 	= array('outside'=>'ul', 'inside'=>'li', 'append' => '');
    echo avia_social_media_icons($social_args, false);
    

    And then install a plugin that lets you execute PHP. Something like this perhaps, https://wordpress.org/plugins/exec-php/.

    Best regards,
    Elliott

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