Created
June 1, 2021 17:59
-
-
Save tdmrhn/d7095fd2328d8c0eecead80e477f6cef to your computer and use it in GitHub Desktop.
Blocksy Post Force Open New Tab
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript"> | |
jQuery(document).ready(function () { | |
jQuery("a.ct-image-container").attr("target", "_blank"); | |
jQuery("h2.entry-title a").attr("target", "_blank"); | |
}); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Open External Product in new tab