ads per author
-
Hello,
very nice plugin.
it is exactly what i need.
There is a choice to show specific ads for specific category. Also I can do this by using some code in the black field for ads inside the plugin (It supports PHP)
e.g.
<?php
if ( is_single() && in_category( ‘xxxxxx’ ) )
{
echo ‘ ad test ‘;
}
?>Unfortunately there is no choice to show specific ads for different author (for multi author websites). Is it possible to add this feature in the future? How can we do this using code?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘ads per author’ is closed to new replies.