Topic: How to extend the pages to multiple subpages

Hi,

I need to extend the original Monstra 3.0.3 pages system.
Right now it allows to add just one level sub-pages to existing page:

Parent Page -> Child Page
but I really need multiple child pages, or at least one more level like:
Parent Page -> Child Page 1 - Child Page 2

What should I edit and how to change the code to make this?

Thanks,
Dawid

Re: How to extend the pages to multiple subpages

@none20,

You'd need to change the plugins/box/pages plugin for this.
If you look at how Monstra decides what is "patentable" I suspect not having a parent specified, you could adjust the parameters.
One of the big changes would be how this is visualised in the Pages Backend as you'd need to figure out how to display multi level nesting.

Using on your site a query on the parent value will give the children regardless of nested depth.

Hope that helps.

will's Website

Re: How to extend the pages to multiple subpages

Thanks @will