• Hi All
    Please help!, I am trying to get the Facebook and Twitter icon on the Splendio Theme to work, Any advice would be gratefully appreciated!

    I do not know if these are widgets or plug ins?

Viewing 1 replies (of 1 total)
  • The way I changed the links was to go to Appearance > editor in the WP Dashboard. Click on the file in the right column called “Header (header.php).” Near the bottom of the code you will see this:

    …href=”xxxxxxxxxxxxx” title=”FaceBook”>…
    </div>
    <div class=”header-image” role=”banner”>
    <img src=”<?php header_image(); ?>” alt=”” />
    </div>
    </div>
    <!– End header –>
    <!– Start Container –>
    <div id=”container”>”

    Replace whatever is in the position where I typed the “xxxxxx” above with the proper website url, including the https:// (in this case the line above is for Facebook so you would need to edit the code to read href=”https://www.facebook.com/whatevercomesaftertheforwardslashinyourpageurlincludingotherforwardslashesandnumbers&#8221;

    Do this for all of the lines in the Header code, using the corresponding web page url for each of the social media links you want to use.

Viewing 1 replies (of 1 total)
  • The topic ‘Splendio theme – How to activate the Social Icon links etc’ is closed to new replies.