I have a tv streaming BLOG and I only want some of the pages protected with the Premium Content Survey CPALead script. How do I change the script to make it work like that. With my blog, even if I place the script in a specific place, the surveys show up for everything. Is there any way to prevent this? Any help would be appreciated.
May be try adding codes while you're writing a post? But it won't be on <head> tags, so it may not work but it's definitely worth a try.
use an if statement in the header include file if (post_id == '3') { // assuming you post_id # is 3 cpalead code here }