I want the links to open in a new tab or window. How can I change this?
Social bookmarks
4 posts from 2 voices-
Posted 10 months ago #
-
Hi jehassociates,
Kindly open wp-content\themes\coherence\includes\helper-social-media.php and find this line of code:
$html .= "<a href='".$icon['social_icon_link']."'>".ucfirst($icon['social_icon'])."</a>";
replace the code above with this code:
$html .= "<a href='".$icon['social_icon_link']."' target='_blank'>".ucfirst($icon['social_icon'])."</a>";
Hope this helps. :)Regards,
IsmaelPosted 9 months ago # -
That did it! Thanks.
Posted 9 months ago # -
Hi jehassociates,
Glad that I could help you. :)
Cheers,
IsmaelPosted 9 months ago #
Topic Closed
This topic has been closed to new replies.














