Hello,
Does anyone know if it’s possible to include a path to a sub-directory and have the popup show on all the pages in that subdirectory?
For example, if I only want the popup to show on blog posts, to include the path
/2010/
and have the popup show on all posts in that subdirectory, where blog posts have the format,
http://www.domain.com/2010/10/mypost/
I have tried this in the format above and as
/2010/*
but there doesn’t seem to be this wildcard functionality.
Is there any way to do it? Otherwise it seems you would need to include the path to every new post you write, which is time-consuming.
Many thanks for the help.