• Hi all

    Does anyone know if it’s possible to create page groups – for example i have a “Services” page which could contain a group / sub category called “Design” (design itself has no content). But it’s sub pages “logos”, “stationery” etc all do have content.

    I can’t just make “Design” a sub page of “Services” as design has no content!

    I’m guessing this should be fairly simple if WordPress has the facility to do this??

    Thanks

    James

Viewing 4 replies - 1 through 4 (of 4 total)
  • Why not actually create a Page called Services so that you can designate it as the parent. Then with your Services page use a page template that display all its child pages or use the PHP Code Exec plugin or the Template Tags Shortcodes plugin with the template tag, wp_list_pages().

    Thread Starter jimzippy

    (@jimzippy)

    Hi, thanks for replying

    I already have the page “Services” created with sub pages – asigned, but there are so may sub pages that they should really be grouped in sections.

    I could manually group them by creating a “Services” template page with repeated wp_list_pages() sections and include/exclude for each group as you suggested.

    The issue with this is that if the client creates a new page and wants to assign it to a group through the control panel they can’t… which then defeats the point of having the pages created through WordPress.

    Hope that makes sense!

    Then consider this plugin to assign categories to pages:
    http://wordpress.org/extend/plugins/page2cat/

    Thread Starter jimzippy

    (@jimzippy)

    Hi Michael

    I think that sounds more like what i’m after – i’ll check it out

    Many Thanks

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Is It Possible To Create Page Groups?’ is closed to new replies.