How could i Summarise multiple blogs from child pages into one
|
108 posts
|
Can anybody tell me how to re-write this function to summarise all blog pages found in sub-sections of the site into one list? So my tree currently looks like Page 1
Child Page 1
Child Blog 1 and id like to combine all the blogs where they are found to one summarised list… |
|
108 posts
|
Anyone have any ideas? |
|
108 posts
|
I am still trying to find a way of accessing all the article pages in the entire site and put them into one list with a limit… Any ideas? |
|
6 posts
|
I want to know how to do this too. |
|
17 posts
|
Eh, I’m not sure but I think you should be able to do something with, well … Okay, it might be sort of complex. I believe children() only finds the immediate children, so you need to do some kind of recursive function, unless there is an all() function. |
|
108 posts
|
Here is my solution: |