Hi,
I want to put my social media buttons in the socket area of the footer. I would like to position these on the right side of the socket bar, where as on the left side the copyright notice is placed.
I have looked on the forums, but couldn’t find a fitting solution to this question.
With Kind Regards,
Gilbert van den Andel
Hi GvdAndel!
In WordPress dashboard, please go to Appearance > Editor and open Footer.php file and find
wp_nav_menu($args);
echo "</nav>";
and add following code right above it
$social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => '');
echo avia_social_media_icons($social_args);
It should look like this http://i.imgur.com/dgRK1Ph.jpg
Best regards,
Yigit
Hi Yigit,
Thanks for your answer.
I have added the code and the social media icons show on the right location.
The only question I have now is where I can add or remove icons? Now it shows Twitter, Dribble and RSS. I would like it to show Twitter, LinkedIN and Facebook.
Best Regards,
Gilbert