can I stop it showing on a specific page by adding code to just that page?
Rashad Aliyev answers:
Please contact with me.. I'll give my suggestions to you.
<strong><em>Mission Completed</em></strong>
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]]
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.