Hi! (It's been a while again
)
On my search how to fetch pages from multiple masterpages I found these two explanations
http://www.couchcms.com/forum/viewtopic.php?p=20416#p20416
http://www.couchcms.com/forum/viewtopic.php?p=13982#p13982
What I would like to have is a random output and a limit of three pages. While the limit is easy, I don't get the random factor to work. I can't place " orderby='random' " within the cms:query nor does it work here
So how do I randomly choose three pages from within multiple masterpages?

On my search how to fetch pages from multiple masterpages I found these two explanations
http://www.couchcms.com/forum/viewtopic.php?p=20416#p20416
http://www.couchcms.com/forum/viewtopic.php?p=13982#p13982
What I would like to have is a random output and a limit of three pages. While the limit is easy, I don't get the random factor to work. I can't place " orderby='random' " within the cms:query nor does it work here
- Code: Select all
<cms:pages masterpage=tname id=pid>
<a href="<cms:show k_page_link />"><cms:show k_page_title /></a><br />
</cms:pages>
So how do I randomly choose three pages from within multiple masterpages?