Child Pages Card for WordPress Plugin Directory
Child Pages Card is a WordPress app, with a 4.0 average rating from 2 reviews, as of Aug 31, 2026.
Child Pages Card is a WordPress Plugin Directory app by Katsushi Kawamori. With a rating of 4.0★ from 2 reviews.
AppRanks verdict
Generated from live marketplace data — refreshed daily
Child Pages Card is a well-rated WordPress app with a limited review volume. Category data on the canonical marketplace listing is currently incomplete, so AppRanks falls back to platform-wide rather than category-relative comparison for this listing. 2 reviews put it in the early-traction tier — useful for early-stage stores willing to be on the leading edge. Early-traction review counts are sensitive to single launch periods or feature events, so a 30-day re-check before bigger commitments often resolves whether the trend is sustained. Paid-only pricing means evaluating fit on the marketplace listing or via the developer's documentation before installing. AppRanks tracks rating, review count, pricing tier, and category position daily — the figures on this page reflect the most recent scrape from the canonical WordPress Plugin Directory listing.
Pros
- +Published by Katsushi Kawamori — established developer track record
Cons
- −Limited review base (2) — ratings can shift significantly with new feedback
Looking to switch from Child Pages Card?
See Child Pages Card's alternatives ranked by audit score, rating, and review velocity.
How Child Pages Card works
Show full descriptionShow less
Displays child page archives in card form
Generated with shortcode
Generated with block
Can sort in ascending order and descending order.
Specify the number of characters from the text and display the excerpt.
Displays an featured image. If there is no featured image, a site icon is displayed, and if there is no site icon, a WordPress icon is displayed.
Can specify the size of the displayed image.
How it works
Customize
Template files allow for flexible customization.
The default template file is template/childpagescard-template-html.php and template/childpagescard-template-css.php. Using this as a reference, you can specify a separate template file using the filters below.
/** ================================================== * Filter for template file of html. * */ add_filter( 'child_pages_card_generate_template_html_file', function () { $wp_uploads = wp_upload_dir(); $upload_dir = wp_normalize_path( $wp_uploads['basedir'] ); $upload_dir = untrailingslashit( $upload_dir ); return $upload_dir . '/tmp/childpagescard-template-html.php'; }, 10, 1 );
/** ================================================== * Filter for template file of css. * */ add_filter( 'child_pages_card_generate_template_css_file', function () { $wp_uploads = wp_upload_dir(); $upload_dir = wp_normalize_path( $wp_uploads['basedir'] ); $upload_dir = untrailingslashit( $upload_dir ); return $upload_dir . '/tmp/childpagescard-template-css.php'; }, 10, 1 );
CSS files can be set separately. Please see the filters below.
/** ================================================== * Filter for CSS file. * */ add_filter( 'child-pages-card_css_url', function () { $wp_uploads = wp_upload_dir(); $upload_url = $wp_uploads['baseurl']; if ( is_ssl() ) { $upload_url = str_replace( 'http:', 'https:', $upload_url ); } $upload_url = untrailingslashit( $upload_url ); return $upload_url . '/tmp/childpagescard.css'; }, 10, 1 );
Competitors & alternatives
AppRanks tracks competitor sets per category. For Child Pages Card, the independent listing audit includes a competitive context section, and the full WordPress app index shows the broader marketplace landscape this app competes in. Sign up free to surface a side-by-side competitor matrix customized to your tracked apps.
Frequently asked questions
What is Child Pages Card?
Child Pages Card is an app for WordPress. It currently holds a 4.0-star rating from 2 merchant reviews, and AppRanks has been tracking its public marketplace data on the refresh cadence published in our methodology. AppRanks tracks its category position, review-velocity trend, and the top alternatives in the same space. Developed by Katsushi Kawamori.