Open Specific Social Links on New Target
-
I’m using the customizr theme and have enabled the social links feature that show on the nav-bar/footer. Clicking on the icons opens a new window by default. With the following code in the functions.php file, I can set all social links to open in the same window:
add_filter('tc_socials_target' , '__return_false');
.How can I make specific links open in the same window, and rest on new windows?
- The topic ‘Open Specific Social Links on New Target’ is closed to new replies.