Get Social Buttons in Header/Sidebar

Hi,

I was curious how to move the social buttons from the footer to the header.

I would also like to know how to display the social buttons in the right sidebar, as shown in your screenshot (below).

.

Thank you! You’ve made such a lovely theme.

There is a special widget for Social icons in sidebar called “Sparkling Social Widget” it will use the same links you have added in Theme Options - Social.

There is no easy way to display social media icons in header but basic CSS/HTML will be enough to get this done.

You should add this code in the place where you would like social icons to appear in header.php.

<?php sparkling_social(); ?>

Afterwards you can remove it from footer.php to avoid duplicates.

Thank you Aigars, got it!