• This plugin is incredibly confusing to me, but it came with a theme. I’m trying to configure it to show a block of 4 ads in one widget. The theme came with a sidebar widget including this code:

    <h3><?php _e('Advertise'); ?></h3>
      <div class="box ads">
        <div class="content">
          <?php do_action('ad-minister', array('position' => 'Small Banner', 'limit' => 4)); ?>

    However creating 4 ads in the “create content” tab does not position 4 ads in the block. Instead it creates 1 position with 4 ads sharing the space for 25% of the time.

    How do I configure positions in ad-minister to make this happen?

  • The topic ‘Ad-Minister Positions’ is closed to new replies.