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 1,973Support 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 https://www.clapat.com/ Review Envato Item Support Policy1 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
https://www.clapat.com/
Review Envato Item Support Policy