I know this topic has been covered before for other themes, but I can't figure out how to get the social media icons to open in a new window for Coherence. Thanks very much!
Social Icons in new window
4 posts from 4 voices-
Posted 8 months ago #
-
Open up coherence\includes\helper-social-media.php and replace following code:
$html .= "<a href='".$icon['social_icon_link']."'>".ucfirst($icon['social_icon'])."</a>";with:
$html .= "<a target='_blank' href='".$icon['social_icon_link']."'>".ucfirst($icon['social_icon'])."</a>";Posted 8 months ago # -
Here is an excellent plugin that opens all links in a new wnndow, http://wordpress.org/extend/plugins/sem-external-links/
You can ignore the no-update message. I currently use this plugin on several dozen WP 3.4.1 and 3.4.2 sites.
Posted 8 months ago # -
Hi webbie22,
Thanks for the tip. :)
Regards,
IsmaelPosted 8 months ago #
Reply
You must log in to post.














