List of child pages for a parent page

Support Forums for LiveMesh Themes & Plugins Forums Peak Theme Support List of child pages for a parent page

Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #19132
    suomi
    Participant

    Hi,

    I would like to know if it’s possible to display child pages for a parent page.

    For example if I am creating a Project Page, with Project1, Project2, Project3 as child pages, could I view in Project Page all child pages with Title, Thumbail and Excerpt information?

    Thanks for your help.

    #19133
    suomi
    Participant

    To complete my previous post I would apply this code for child pages of a parent page:

    [show_post_snippets post_type="post" number_of_columns=3 post_count=6 image_size='medium' excerpt_count=100 display_summary="true" show_excerpt="true" display_title="true" hide_thumbnail="false"]

    Hope is possible.

    Thanks

    #19140
    suomi
    Participant

    I found the code to display the last pages:

    [show_post_snippets id="page" post_type="page" number_of_columns=3 post_count=6 image_size='medium' excerpt_count=100 display_summary="true" show_excerpt="true" display_title="true" hide_thumbnail="false"]

    What I could like is to select pages I want to display or display only the child pages of the page where I am putting the code.

    Could you help me please.

    Thanks

    #19144
    Raghavendra
    Moderator

    Have you considered using a plugin like this one –

    https://wordpress.org/plugins/add-category-to-pages/

    and then use terms and taxonomy options for the above shortcode to filter the required pages? Basically group the pages into single term under taxonomy category and then use the shortcode to filter the pages.

    I see that as the only idea for now since this shortcode does not allow you specify page ids as option.

    #19167
    suomi
    Participant

    Thanks,

    with the plugin it works perfectly.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘List of child pages for a parent page’ is closed to new replies.