• Resolved jurijsmsk

    (@jurijsmsk)


    Hey. Wondering how to hook randomly placed ads in lists. Mainly using customized style 1. So idea is ads in between .items
    Lets say

    
    .item
    .item
    .ad
    .item 
    .item
    .ad
     $loop_count = isset($args['loop_count']) ? $args['loop_count'] : '';
        $post_id = isset($args['post_id']) ? $args['post_id'] : '';
        
        if($loop_count == 1 || $loop_count == 11){

    little insight but this method would put even xxx to be ad and i still havent solve it anyways.

    • This topic was modified 2 years, 3 months ago by jurijsmsk.
Viewing 1 replies (of 1 total)
  • Plugin Author QuantumCloud

    (@quantumcloud)

    Hi,

    Currently, the plugin does not support that feature. It sounds like a good idea. We will look into it.

    Thank you

Viewing 1 replies (of 1 total)
  • The topic ‘Ads in between .items’ is closed to new replies.