Hi,
I'm going to install the Kontera text link ads in on my wp site. The documentation says to exclude a passage of text from being affected wrap the passage with:
<span name="KonaFilter"></span>
Here's what I'm trying to do. I want to exclude a particular category.
How can I do something like...
If category is testcategory
Then
Wrap with <span name="KonaFilter"></span>
end if
Thanks!