• Resolved florian99

    (@florian99)


    I want to offer ad formats that look like one ad but technically consist of multiple ad zones. (see the screenshot here:?https://vegconomist.de/screenshots/hockeystick_ad.png
    As is usual in my industry, the banners are rotating, alternating between three different ads when reloading the page.

    Is there a way to create a set/group of these individual ad zones and rotate them?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author gfazioli

    (@gfazioli)

    @florian99 yes, you can create a category. Then, you can put a set of banners into your categories and display them. You’ll be able to use the widget, the shortcodes or the php code.

    For example:

    // Display all banners from banner category "florian" in random order
    if( function_exists( 'wp_bannerize_pro' ) ) {
      wp_bannerize_pro( array( 'orderby' => 'random', 'categories' => 'florian' ) );
    }

    or by using the shortcode

    
    [wp_bannerize_pro categories="florian" orderby="random"]
    
    Thread Starter florian99

    (@florian99)

    I don’t think this will work as I intended to do it. I found another plugin that offers that functionality, but I’d prefer to use ours if possible.
    “In the advertising world, the term Roadblock refers to combining ads on different positions to show at the same time.” from: https://wpadvancedads.com/combine-ads-roadblock/

    Kind regards,
    Florian Schmitt

    Multiple ad’s are not rotating in 1 space, they are showing all on same page

    • This reply was modified 6 years, 5 months ago by napleswebguy.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘rotate ads consisting of multiple ad spaces’ is closed to new replies.