Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

I have a pop up plug in installed WordPress

  • SOLVED

can I stop it showing on a specific page by adding code to just that page?

Answers (3)

2010-07-20

Rashad Aliyev answers:

Please contact with me.. I'll give my suggestions to you.

<strong><em>Mission Completed</em></strong>

2010-07-20

Svilen Popov answers:

use wordpress conditional tag - <strong>is_page()</strong>

[[LINK href="http://codex.wordpress.org/Conditional_Tags"]]http://codex.wordpress.org/Conditional_Tags[[/LINK]]
[[LINK href="http://codex.wordpress.org/Function_Reference/is_page"]]http://codex.wordpress.org/Function_Reference/is_page[[/LINK]]

2010-07-20

Pippin Williamson answers:

Yes.

Use

if ( !is_page(id) )
{
the_plugin_function()
}


If you're not familiar with this type of coding, feel free to contact me and I will be more than happy to do it for you.