Several pages in one

Permalink
Hello,
I have an already running website with a lot of pages. I wonder if there is a way to pull actively info from several pages into one page.
I mean each those pages has a title, slideshow block and 2 other content block (this blocks has some text and internal links).
I would like to have pages where gather the info from those pages displayed one after other.
For example I can do this with an iframe block and pull each page in an iframe, but having several iframes on a single page isn't a great idea.

Thanks

Xabatar
 
jordanlev replied on at Permalink Reply
jordanlev
This is what the "Page List" block is for.

If you want to pull in actual content from the page in addition to title/description, you can use the Page List Teasers addon (http://www.concrete5.org/marketplace/addons/page-list-teasers... ), or if you're comfortable with php, you should learn how custom templates work in C5 and then use this page list template I made as a starting point, which contains a bunch of examples of how to bring in page content (among other things):
https://raw.github.com/jordanlev/c5_clean_block_templates/master/pag...
Xabatar replied on at Permalink Reply
Xabatar
Thanks for the advices. I used modified pagelist to pull content from news pages (title, content, date) and asigned a thumbnail exactly how you suggested, but never tried to pull all page content.
Anyway I took the add-on you pointed out and tweaked a little bit since I have content in 3 different input area (with different names) and managed to pull all the content I want.

Thanks again.