Comments FranAlcald96 started the conversationOctober 3, 2017 at 4:36pmHello, I'd like to know if it's possible to display the whole portfolio randomly (like in a shuffle mode) at the homepage. Currently I'm displaying it whole but not randomly. 1,974Support repliedOctober 3, 2017 at 5:40pmYes, the home page has Gallery Contain Slider Templateso open gallery-contain-page.phpand change the arguments of the wp query used to select the gallery items$legrand_args = array( 'post_type' => 'clapat_leg_portfolio', 'paged' => $legrand_paged, 'orderby' => 'rand', 'posts_per_page' => 1000, );to select random postshttps://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_ParametersThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy Sign in to reply ...
Hello,
I'd like to know if it's possible to display the whole portfolio randomly (like in a shuffle mode) at the homepage. Currently I'm displaying it whole but not randomly.
Yes, the home page has Gallery Contain Slider Template
so open gallery-contain-page.php
and change the arguments of the wp query used to select the gallery items
$legrand_args = array(
'post_type' => 'clapat_leg_portfolio',
'paged' => $legrand_paged,
'orderby' => 'rand',
'posts_per_page' => 1000,
);
to select random posts
https://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy