• Would like to display LinkedIn and Google+ social media icons in header rather than Pinterest and Digg. Where is the option to do this? I don’t see this on the Elisium Homepage options so how do I add them? Manually to header.php?

Viewing 4 replies - 1 through 4 (of 4 total)
  • You can add them manually into the header.php.

    Upload the icons you’d like to use and then add the code into the header.php.

    Here is a sample code:

    <a href="#" rel="nofollow"><img src="<?php echo get_template_directory_uri() ?>/elisium/linkedin.png" alt="LinkedIn"></a>
    
    <a href="#" rel="nofollow"><img src="<?php echo get_template_directory_uri() ?>/elisium/gplus.png" alt="Google Plus"></a>

    You can add it before <!– twitter –> for instance or anywhere you’d like the icons to appear.

    Please replace # with the link to your LinkedIn and G+ accounts.

    can I add an rss feed next to fb and twitter rather than in the sidebar? I dont write code

    Thread Starter terrioh

    (@terrioh)

    That’s what I thought… thanks so much!

    @leggyweb: yes, you can use a similar code to the one above (for Linkedin or Gplus).

    You can replace # with https://mysite.com/feed (instead of mysite.com, please use your site’s address)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Social Media icons’ is closed to new replies.