Comments 1Doca started the conversationSeptember 8, 2021 at 5:54amDear CP,Regarding a previous question asking the option of random product view in the Showcase Template which you provided the following code:$satelite_args = array( 'post_type' => 'satelite_portfolio', 'paged' => $satelite_paged, 'tax_query' => $satelite_showcase_tax_query, 'orderby' => 'rand', 'posts_per_page' => 1000, );While the Carousel Template is active this random view would be good to have it, could you provide code for it as well?Thanks!BR 2,006Support repliedSeptember 8, 2021 at 8:13amHello,same thing except you need to open carousel-page.php and modify lines 45-50 to$satelite_args = array( 'post_type' => 'satelite_portfolio', 'paged' => $satelite_paged, 'tax_query' => $satelite_carousel_tax_query, 'orderby' => 'rand', 'posts_per_page' => 1000, );I haven't tested it but I think it worksThank you. Clapat Support Review Envato Item Support Policy Follow us! https://www.clapat.com/https://www.facebook.com/clapat.ro https://www.instagram.com/clapat.themes/https://x.com/clapatdesignhttps://www.linkedin.com/company/clapatstudiohttps://www.tiktok.com/@clapatstudio1 Like Sign in to reply ...
Dear CP,
Regarding a previous question asking the option of random product view in the Showcase Template which you provided the following code:
$satelite_args = array(
'post_type' => 'satelite_portfolio',
'paged' => $satelite_paged,
'tax_query' => $satelite_showcase_tax_query,
'orderby' => 'rand',
'posts_per_page' => 1000,
);
While the Carousel Template is active this random view would be good to have it, could you provide code for it as well?
Thanks!
BR
Hello,
same thing except you need to open carousel-page.php and modify lines 45-50 to
$satelite_args = array(
'post_type' => 'satelite_portfolio',
'paged' => $satelite_paged,
'tax_query' => $satelite_carousel_tax_query,
'orderby' => 'rand',
'posts_per_page' => 1000,
);
I haven't tested it but I think it works
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio