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. 2,007Support 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 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/@clapatstudio 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
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