WordPress maintenance or security needs? Reach out!
TLDWP

Plugin: cc-child-pages (Used by 2,295 domains)

CC Child Pages

πŸ‘€ caterhamcomputing πŸ”— Plugin Homepage

CC Child Pages displays WordPress child pages of any parent page in a responsive grid or list layout, making it easy to display hierarchical page structures, subpages and navigation.

You can use it in page content, widget areas, or templates using:

  • the [child_pages] shortcode,
  • the CC Child Pages Gutenberg block, or
  • the CC Child Pages Elementor widget (when Elementor is active).

All output methods use a modern CSS system based on CSS variables and flexible grid layouts for improved theme compatibility. For older or heavily customised themes, a Legacy CSS mode is available β€” either by checking the Use Legacy CSS option in the block or Elementor sidebar, or by setting use_legacy_css="true" in the shortcode.

This makes it ideal for building sub-navigation sections, page directories, or visual site maps.

Full documentation is available at docs.ccplugins.co.uk

Features

  • Display WordPress child pages in grid or list layout
  • Supports shortcode, Gutenberg block and Elementor widget
  • Flexible column layouts (1–6 columns)
  • Modern CSS system based on CSS variables
  • Optional Legacy CSS mode for older themes
  • Pagination and sorting controls
  • Custom field overrides
  • Lazy loading support
  • Fully translatable

A Pro add-on is also available at ccplugins.co.uk which adds additional display skins, advanced layout controls, colour customisation options and Elementor enhancements.

What’s New in 2.x

  • Gutenberg block with live preview
  • Elementor widget integration
  • Modern CSS skins using CSS variables
  • Legacy CSS compatibility toggle
  • Reorganised shortcode structure
  • Continued support for the classic widget (legacy)

How It Works

Gutenberg Block

Insert the CC Child Pages block in the editor. Configure:

  • Parent page
  • Columns
  • Thumbnails
  • Excerpt display
  • Sorting
  • Legacy CSS toggle

The block provides a live preview while editing.

Elementor Widget

If Elementor is installed and active, a CC Child Pages widget becomes available.

The widget is located inside the CC Plugins category within the Elementor panel.

You can:

  • Select the parent page
  • Choose columns (1–6)
  • Enable thumbnails and lazy loading
  • Control excerpt display
  • Configure sorting
  • Enable Legacy CSS if required

All shortcode options are available via intuitive controls in the Elementor sidebar.

The widget renders the same output structure as the shortcode and block, ensuring consistent styling across editors.

Shortcode

Insert:

[child_pages]

By default, this displays the child pages of the current page.

To enable legacy styling:

[child_pages use_legacy_css="true"]

The shortcode supports detailed layout and query control, documented below.

Complete Shortcode Guide

1. Basic Usage

Display children of current page:

[child_pages]

Display children of a specific page:

[child_pages id="42"]

Display specific pages only:

[child_pages page_ids="3,7,10"]

Exclude specific pages:

[child_pages exclude="5,9,12"]

2. Grid Layout Options

Choose number of columns:

[child_pages cols="1"]
[child_pages cols="2"]
[child_pages cols="3"]
[child_pages cols="4"]
[child_pages cols="5"]
[child_pages cols="6"]

Choose skin:

[child_pages skin="simple"]
[child_pages skin="red"]
[child_pages skin="green"]
[child_pages skin="blue"]
[child_pages skin="sleek"]
[child_pages skin="bold"]

Add custom wrapper class:

[child_pages class="my-custom-grid"]

3. List Mode (Instead of Grid)

Display as unordered list:

[child_pages list="true"]

Control hierarchy depth:

[child_pages list="true" depth="0"]

Depth values:

  • 0 – unlimited depth (nested list)
  • -1 – flat list
  • 1 – top level only
  • 2, 3, 4 – specific depth

In list mode, only these attributes apply:

id, `exclude`, `orderby`, `order`, `cols`, `class`, `depth`

4. Thumbnails

Show featured images:

[child_pages thumbs="true"]

Specify size:

[child_pages thumbs="large"]
[child_pages thumbs="full"]
[child_pages thumbs="my-custom-size"]

Make thumbnails clickable:

[child_pages thumbs="medium" link_thumbs="true"]

Enable lazy loading:

[child_pages thumbs="medium" lazy_load="true"]
[child_pages thumbs="medium" link_thumbs="true" lazy_load="true"]

5. Titles & Links

Make titles clickable:

[child_pages link_titles="true"]

Hide titles:

[child_pages hide_title="true"]

Hide β€œRead more” link:

[child_pages hide_more="true"]

Change β€œRead more” text:

[child_pages more="View Details"]

Open links in new tab:

[child_pages link_target="_blank"]

6. Excerpt Control

Limit word count:

[child_pages words="20"]

Disable excerpt truncation:

[child_pages truncate_excerpt="false"]

Hide excerpt completely:

[child_pages hide_excerpt="true"]

Hide WordPress β€œContinue reading” text:

[child_pages hide_wp_more="true"]

Show full page content:

[child_pages show_page_content="true"]

7. Sorting & Query Control

Order results:

[child_pages orderby="title" order="ASC"]

Supported orderby values:

  • menu_order (default)
  • id
  • title
  • slug
  • author
  • date
  • modified
  • rand

Limit number displayed:

[child_pages limit="5"]

Offset results:

[child_pages offset="2"]

Display sibling pages:

[child_pages siblings="true"]

Include current page with siblings:

[child_pages siblings="true" show_current_page="true"]

8. Pagination

Enable pagination:

[child_pages posts_per_page="6"]

Force a specific page:

[child_pages posts_per_page="6" page="2"]

Pagination does not apply in list mode.

9. Post Status Control

By default:

  • Published pages are shown
  • Private pages are shown to authorised users

Specify manually:

[child_pages post_status="publish"]
[child_pages post_status="publish,private"]

10. Display Meta Information

Show author:

[child_pages show_author="true"]

Show creation date:

[child_pages show_date_created="true"]

Show modified date:

[child_pages show_date_modified="true"]

11. Custom Fields (Advanced)

Override default values using meta fields.

[child_pages use_custom_excerpt="custom_excerpt"]
[child_pages use_custom_title="custom_title"]
[child_pages use_custom_thumbs="custom_thumb"]
[child_pages use_custom_link="custom_link"]
[child_pages use_custom_link_target="custom_target"]

Custom field overrides are ignored in list mode.

12. Sticky Posts

Sticky posts are ignored by default.

To include them:

[child_pages ignore_sticky_posts="false"]

License

This plugin is free software; you may redistribute it and/or modify it under the terms of the GNU General Public License v2 or later.

See https://www.gnu.org/licenses/gpl-2.0.html

DomainExposuresHeadersLast Checked
c*s*e*e*.nl F Jun 19, 2026
i*e*x.nl (WP 7.0) F Jun 19, 2026
g*m*i*d*n*u*i*c*.de (WP 6.8) F Jun 19, 2026
k*d*i*a*s*i*i*k*t*u*o*c*r.jp (WP 6.6.5) F Jun 19, 2026
g*o*a*-*u*r*t*o*.c*.jp F Jun 19, 2026
a*k*b*g.ru (WP 6.2.2) F Jun 18, 2026
t*i*h*o*t*t*s.hu (WP 5.2.21) F Jun 18, 2026
l*m*l*e*e*s*h*r*.net F Jun 18, 2026
k*n*e*a*m*e*e*a*r*e*.nl (WP 7.0) F Jun 18, 2026
o*r*n*l*s*c*a*s.net F Jun 17, 2026
b*h*i*p.org F Jun 17, 2026
h*n*y*c*e*n*q*i*m*n*.c*.nz (WP 7.0) F Jun 16, 2026
c*u*d*c*i*i*e*i.ro (WP 5.3.18) F Jun 16, 2026
d*c*o*d*.ru (WP 6.2.2) F Jun 16, 2026
c*l*g*o*r*s*o*e*a*u*a.es (WP 7.0) F Jun 16, 2026
d*s*e*i*.guide (WP 6.0.12) F Jun 16, 2026
c*o*e*a*i*a*o*t*t*o.it (WP 7.0) F Jun 16, 2026
p*z*d*z*o*e*p*z*s*a*n.pl F Jun 16, 2026
s*k*l*-*o*z*j*c*n*k*.pl (WP 7.0) F Jun 16, 2026
r*i*t*r*e*.ru (WP 4.0) F Jun 16, 2026
m*n*-*e*g*r.de (WP 7.0) F Jun 16, 2026
h*e*t*n*e*.de (WP 6.9.4) F Jun 16, 2026
s*k*l*o*o*u*y.cz (WP 7.0) F Jun 16, 2026
g*r*n*a*b*l*n*i*.hu (WP 7.0) D Jun 16, 2026
m*d*a*f*r*n*a*n*s*.org (WP 7.0) F Jun 16, 2026
w*s*s*e*l.cz (WP 6.7.5) F Jun 16, 2026
a*a*a*i*e*a*s.com (WP 7.0) F Jun 15, 2026
h*c*l*n*l*u*.de (WP 5.7.15) F Jun 15, 2026
x*1*2*.com F Jun 15, 2026
s*h*r*-*i*i.net F Jun 15, 2026
h*t*a.nl (WP 7.0) F Jun 15, 2026
r*m*s*t*u*e*c*.it (WP 6.8.5) F Jun 15, 2026
b*b.bm F Jun 15, 2026
g*-*i*.org (WP 6.9.4) F Jun 15, 2026
w*m*.o*g.za (WP 7.0) F Jun 15, 2026
n*k*i*m*g*n.nl (WP 6.8.5) F Jun 15, 2026
g*e*z*r*e*n*s*e.de (WP 7.0) F Jun 15, 2026
m*d*l*.ru (WP 5.3.11) F Jun 15, 2026
e*e*u*n*r.de (WP 7.0) F Jun 14, 2026
m*i*i*-*i*-*o*r*.fr F Jun 14, 2026
e*i*o*i*l*l*i*e.es F Jun 14, 2026
i*t*r*e*r*i*r*c*t*n*.net (WP 7.0) F Jun 14, 2026
t*e*o*t*g*e*e*o*n*e*c*u*u*.c*.uk F Jun 14, 2026
n*r*o*l.no B Jun 13, 2026
e*7*y.es (WP 7.0) F Jun 13, 2026
s*l*-*o*.org (WP 7.0) F Jun 13, 2026
s*s*e*a*d*l*a*.it D Jun 13, 2026
t*d*s*r*c*9*.org F Jun 13, 2026
s*o*s*t*.c*.il F Jun 13, 2026
f*n*n*i*k*s.de (WP 6.9.4) F Jun 13, 2026
u*d*o*p*r*n*s.com (WP 6.0.12) F Jun 13, 2026
p*d*e*i*h*v*u*k*l*u.sk (WP 4.5.4) F Jun 13, 2026
k*s*b*a*n.nl F Jun 13, 2026
k*r*i*a*s*i*g.fr (WP 7.0) F Jun 13, 2026
d*c*.jp F Jun 13, 2026
m*f*t.hu (WP 7.0) F Jun 13, 2026
3*m*g*o*p*o*t*m*c*a*r*n*c*.ro (WP 7.0) F Jun 13, 2026
m*r*y*m*.o*.jp (WP 6.8.5) F Jun 13, 2026
p*r*l*n*h*m*h*s*i*e.org F Jun 13, 2026
f*r*a*y*.fr (WP 4.9.29) F Jun 13, 2026
k*w*k*e*n.org (WP 6.8.3) F Jun 12, 2026
s*v*i*s*i*r*s.ca (WP 7.0) F Jun 12, 2026
d*g*t*l*o*t*.a*.uk (WP 7.0) F Jun 12, 2026
a*e*e*a*y*e*v*l*.es F Jun 12, 2026
c*s*n*f*r*a*i*n.es (WP 6.9.4) F Jun 12, 2026
s*i*p*a*f*r*.com (WP 7.0) F Jun 12, 2026
b*a*c*d.org F Jun 12, 2026
l*m*n*g*r*e.org (WP 6.5.8) F Jun 12, 2026
t*u*i*m*s*a*t*e*-*i*d*r*a*h*e*.de (WP 6.9.4) F Jun 12, 2026
e*c*l*a.de (WP 6.9.4) F Jun 12, 2026
m*r*n*3.a*.uk (WP 7.0) F Jun 12, 2026
d*i*e*.uk (WP 7.0) F Jun 12, 2026
p*a*t*l*g*e*r*a*n*.fr (WP 6.7.5) F Jun 12, 2026
f*a*g*d*m*e*s*o*h*a*e*s.c*.uk (WP 7.0) F Jun 12, 2026
h*a*i*g*l*m*n*s.c*.uk (WP 7.0) F Jun 12, 2026
k*n*-*d*r*e*g.de (WP 5.1.22) F Jun 12, 2026
w*s*e*n*s*a*.c*.uk F Jun 12, 2026
s*d*e*v*l*.ca (WP 6.7.2) F Jun 12, 2026
m*k*s*i*y*.com (WP 6.7.5) F Jun 12, 2026
c*e*f*u*d.c*m.co (WP 7.0) F Jun 12, 2026
c*a*.eu (WP 7.0) F Jun 11, 2026
t*f*l*i*.o*g.il C Jun 11, 2026
s*s*n*e*u*z*c*a*h*n*.de (WP 7.0) F Jun 11, 2026
o*a*r*k*u*b.no (WP 7.0) F Jun 11, 2026
t*m*p*.org (WP 7.0) F Jun 11, 2026
e*p*e*s*t.pl (WP 6.9.4) F Jun 11, 2026
e*i.to (WP 7.0) D Jun 11, 2026
p*c*d.org (WP 7.0) F Jun 10, 2026
s*s*v*t*.ca (WP 6.8.5) F Jun 10, 2026
y*o*d*a*.c*.il (WP 7.0) F Jun 10, 2026

Top 50 Plugins

Plugin Count
elementor 1,770,342
contact-form-7 1,750,915
elementor-pro 1,052,644
woocommerce 816,483
revslider 608,510
jetpack 454,420
js_composer 419,725
wp-rocket 342,266
essential-addons-for-elementor-lite 264,611
gravityforms 257,031
complianz-gdpr 257,016
google-site-kit 232,607
cookie-law-info 228,155
instagram-feed 224,607
sitepress-multilingual-cms 210,587
header-footer-elementor 206,506
google-analytics-for-wordpress 205,459
bluehost-wordpress-plugin 192,302
elementskit-lite 179,973
gutenberg 167,201
cookie-notice 148,778
litespeed-cache 144,156
gtranslate 124,739
wpforms-lite 123,682
the-events-calendar 122,284
astra-sites 113,047
popup-maker 109,572
woocommerce-payments 109,182
gutenberg-core 103,126
tablepress 102,385
honeypot 97,718
astra-addon 93,722
wp-smushit 90,758
duracelltomi-google-tag-manager 90,301
layerslider 89,210
all-in-one-seo-pack 89,010
bb-plugin 86,794
coblocks 86,593
akismet 84,953
premium-addons-for-elementor 84,325
cleantalk-spam-protect 82,484
ml-slider 82,220
mailchimp-for-wp 81,704
megamenu 80,173
woocommerce-gateway-stripe 79,380
jet-engine 78,032
fusion-builder 77,009
ewww-image-optimizer 76,700
wp-pagenavi 76,449
smart-slider-3 76,095

Top 50 Themes

Theme Count
hello-elementor 620,730
Divi 495,621
astra 413,779
flatsome 138,511
Avada 120,930
generatepress 114,754
oceanwp 80,295
kadence 78,796
pub 72,272
enfold 68,702
salient 65,121
twentyseventeen 54,278
bb-theme 53,318
betheme 52,418
twentytwentyfour 52,156
blocksy 50,809
cocoon-master 49,207
dt-the7 45,418
twentytwentyfive 44,964
woodmart 43,625
neve 38,090
Avada-Child-Theme 36,893
gox 36,252
h4 36,037
bridge 31,289
twentytwentyone 30,266
lightning 29,956
twentytwenty 28,736
swell 27,987
bricks 26,481
Impreza 26,080
Newspaper 24,196
twentytwentythree 22,096
epik-redesign 19,111
twentytwentytwo 18,764
uncode 18,484
pro 17,626
twentysixteen 17,600
sydney 16,483
storefront 16,300
Total 14,372
hello-theme-child-master 14,018
factory-templates-4 13,729
themify-ultra 12,943
extendable 12,726
hestia 12,588
yootheme 12,493
yith-wonder 12,085
porto 11,938
twentyfifteen 11,857