• Resolved dynamikhgynaika

    (@dynamikhgynaika)


    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?

    https://www.ads-software.com/plugins/ad-inserter/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Spacetime

    (@spacetime)

    You’re the first one that needs to display ads based on the author. This is a very unusual need.
    But since you know how to use PHP you could write some code to display proper ads based on your needs.

    Hello, He is definitely not the only one. I have 5 different wordpress sites, and I would greatly like to do this. Right now I am manually trying to calculate this, but it is very difficult as the page views doesn’t immediately equate to adsense.

    I do NOT know PHP. Is it possible that you could add this feature? This would be amazing!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘ads per author’ is closed to new replies.