Thread Starter
wpman
(@iwpman)
This is sample: http://tabbervilla.com/wordpress-post-tabs-pro
See ‘External Links as Tab Title”
Will you develop addon plugin if it is not possible for current version ?
Hello,
There one solution is available, please follow my steps here to add external link.
Step-1 : First Download and install this plugin on your admin to add custom js.
Step-2 : After install custom js plugin add below script in custom js footer script
<script>
jQuery(document).ready(function(){
jQuery("#myTab_224").append("<li role='presentation'><a target='_blank' href='http://google.com'><i class='fa fa-laptop'></i><span>Link</span></a></li>");
});
</script>
Note : Replace myTab_224 with myTab_your tab shortcode id
Replace http://google.com with your link
Replace fa-laptop with your fa icon class
Replace Link text with your text
Step-3 : Save your js and then check your tab page.
Check screenshot for help.
Let me know if you will get any problem.
Thanks
-
This reply was modified 9 years, 5 months ago by
wpshopmart.