7M

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
Sep 1, 2016 at 2:13 am
#48680
Member
7M
OP

it’s not working in my end

Aug 31, 2016 at 2:44 am
#48654
Member
7M
OP

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

Aug 1, 2016 at 9:53 am
#47873
Member
7M
OP

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)