random page from page list
Permalinkbasically i want my page list template to select 1 random page out of 3 to 5 pages.
possible?
This website stores cookies on your computer. These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media. To find out more about the cookies we use, see our Privacy Policy.
for ($i = 0; $i < count($cArray); $i++ ) {
insert a line shuffle($cArray);
Will definitely drag performance - I don't think the page will cache. Then insert a pagelist that only displays 1 item, and select your custom template.