Add Script ONLY to head of single posts
-
I’m trying to add a script only to the head of single posts (not pages, not images, nothing else, just regular single posts.
I’ve tried several things and this is my last attempt
/* ADD KISSMTRICS SCRIPT TO ONLY POSTS */ if (is_singular( 'post' )) { ?> <script> _kmq.push(['trackSubmit', '.single-post-optin', 'Filled Opt-in Form on Single Post']); </script> <?php } /* END Add KISSMTRICS SCRIPT TO ONLY POSTS */
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Add Script ONLY to head of single posts’ is closed to new replies.