CC Child Pages Gutenberg Block Guide

Overview

Last updated: 8th November 2025 for CC Child Pages version 2.0

The CC Child Pages Gutenberg block provides a visual way to insert and configure child page listings in the block editor. It is a dynamic block that uses the same shortcode engine behind the scenes, giving you live previews and simplified settings.

In CC Child Pages Pro, additional skins, hover effects, and dynamic query filters are unlocked directly in the editor sidebar.

Block sidebar options — CC Child Pages block


Adding the Block

  1. In the WordPress editor, click the + icon and search for CC Child Pages.
  2. Select the block to insert it into your page.
  3. Configure options from the right-hand Sidebar Panel.
  4. Save or preview your page to see the block in action.

Block Settings

SettingDescriptionDefaultEquivalent Shortcode Attribute
Parent PageSelect which parent’s child pages to show.Current pageid
Exclude PagesChoose pages to exclude.noneexclude
Order BySort results by title, menu order, or date.menu_orderorderby
OrderAscending or descending order.ASCorder
DepthLevels of hierarchy to include.1depth
Layout ColumnsNumber of columns in grid view.3cols
Show ThumbnailsDisplay featured image.offthumbs
Link ThumbnailsMake images clickable.onlinkThumbs
Show TitlesShow or hide page titles.onshowTitle
Show ExcerptsShow or hide page excerpts.onshowExcerpt
Show “Read More” LinkAdd a link at the end of each item.onshowMore
Custom “Read More” TextText to display for the link.Read Moremore
Show AuthorDisplay the author name.offshowAuthor
Show DatesDisplay created or modified date.offshowDateCreated, showDateModified
PaginationSplit long lists into multiple pages.offusePagination
Posts per PageNumber of child pages per page.10postsPerPage
Use Legacy CSSEnable compatibility mode for older themes.offuseLegacyCSS

Example Usage


  1. Simple list of current page’s children:

    Insert the block, leave Parent Page blank, and publish.



  2. Grid layout with thumbnails:

    Set Layout Columns to 3, enable Show Thumbnails, and select Cards skin.



  3. Show siblings of the current page:

    Toggle Show Siblings in sidebar (Pro feature).


Example preview — CC Child Pages Gutenberg block


Optional Reading

Choosing the Right Layout

Use columns to make navigation grids visually appealing. For text-heavy lists, choose one or two columns.

Legacy CSS Mode

Enable Legacy CSS if your theme predates block-based styling or uses older layout methods. This option improves compatibility with non-FSE themes.


Troubleshooting

  • Block preview not updating: Try clicking outside the block and reselecting it.
  • Broken layout on the front end: Check for CSS conflicts; switch to Legacy CSS if needed.
  • Pagination not showing: Pagination appears only when there are more pages than the set limit.

Pro Version

In CC Child Pages Pro, you can also:

  • Use hover effects and advanced skins like Masonry or Spotlight.
  • Add taxonomy filters (tags, categories).
  • Use dynamic queries to show related pages automatically.
  • Integrate custom fields for excerpts and links.

FAQ

Q: Can I use multiple CC Child Pages blocks on one page?
A: Yes. Each block instance works independently.

Q: Can I convert an existing shortcode into a block?
A: Yes. Insert a Shortcode block and paste your shortcode, or replace it with the CC Child Pages block for a live preview.

Q: Is the block mobile responsive?
A: Yes. The layout adjusts automatically to fit different screen sizes.