Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
I'd like to know if the following would be possible:

I'd like to set up multiple cloned pages, so i have news, blogs, videos and photos. All are based on different post types. But on the home page i'd like to merge all of them as a group ordered by publish date so i can end up showing say the latest 10 posts made up from all those clone-able pages combined.

I know it's easy to show the latest 5 blogs, latest 5 news posts individually. But i'd like to show the latest 10 posts overall, first one could be a blog, 2nd a news item, 3rd a video, 4th another blog, and 5th a photo for example.

Hope i've explained it well.
Hi,

cms:pages tag won't cut it as it supports only a single masterpage.
However, we can use cms:query to execute raw SQL and get this kind of listing.

Please see viewtopic.php?f=5&t=7377 - the "2. Executing custom SQL queries" section gives an example of this.

Hope it helps.
2 posts Page 1 of 1