Page 1 of 1

How To Prevent Post Optin Form From Displaying In Certain Category

Posted: Sat Dec 07, 2013 4:30 pm
by Rcollins
Hi Team,

I would only like to display the Post Optin Form in one category on my blog, and prevent it from displaying on all others.

Is this possible?

Thank you!

Ryan

Posted: Sat Dec 07, 2013 5:24 pm
by Jean-Christophe Bisoux
Hi,

The Post Opt-in Form will be applied to all of your posts.
But the custom opt-in form could be used to display your subscribe form anywhere on your blog just by calling: <?php wps_custom_form('...'); ?> (in template file) or [wps_custom_form id=...]
(in post/page content or in Custom Popup) just in your template add an "if" sentence to chose the category

Regards,
JC

Posted: Fri Dec 13, 2013 11:01 pm
by Rcollins
Excellent, I will give that a try.

Thank you JC!