7M

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

7M
Member

it’s not working in my end


7M
Member

In my case the code is $repeater = FetchTemplate($template, $pack);, so it becomes like this..?


global $post;
    while($packs->have_posts()) { $packs->the_post();
            $pack = (array)$post;
            $repeater = FetchTemplate($template, $pack);
            if(strpos($repeater, 'Download will be available') !== false) continue; if(strpos($repeater, 'Download was expired') !== false) continue;
            $html .=  $repeater;
    }

Is it correct?

Thanks

in reply to: Slow loading per package #47873

7M
Member

Hello,

What do you mean by “..and keep those under same category. In that case, you can use pagination easily.”?. I’ll split the package into two with the same category then put a link between each other which will act as pagination?

Thanks.

Viewing 3 posts - 1 through 3 (of 3 total)