Child Pages Card
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.phpandtemplate/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
);
| Domain | Exposures | Headers | Last Checked |
|---|---|---|---|
| s*n*o*a*e*o.org | F | 2026-05-31 05:35:59 | |
| a*e*i*r*a*n*b*l*e.com | F | 2026-05-31 00:05:23 | |
| b*o*a*o*.de | D | 2026-05-30 10:57:37 | |
| t*e*a*i*e*n*.com | F | 2026-05-30 07:36:17 | |
| l*k*a*e.com | D | 2026-05-29 19:36:21 | |
| d*g*n*.com (WP 7.0) | F | 2026-05-29 14:21:29 | |
| l*h*o*s*l*a*i*n*.com (WP 7.0) | B | 2026-05-29 11:31:40 | |
| i*t*c*-*e*t*o*e.com | D | 2026-05-28 22:19:19 | |
| i*t*c*-*e*t*o.com | D | 2026-05-28 22:19:19 | |
| g*a*a*y*t*d*o.com (WP 7.0) | F | 2026-05-28 21:01:13 | |
| d*s*u*t*r*c*.com | F | 2026-05-27 13:17:01 | |
| o*t*a*t*e*e*.com (WP 6.5.8) | F | 2026-05-26 16:21:55 | |
| o*a*c*o*h*p.com (WP 7.0) | F | 2026-05-25 22:04:22 | |
| s*s*n*c*a*m*n.com (WP 7.0) | F | 2026-05-23 22:19:05 | |
| c*o*w*l*h*r*t*g*p*e*i*c*.c*.nz (WP 7.0) | F | 2026-05-23 10:10:25 | |
| n*t*s.c*g*i*m*t*.com | F | 2026-05-23 00:02:50 | |
| o*l*n*g*o*w*l*.com | D | 2026-05-22 12:09:58 | |
| n*w.e*f*c*e*t*a*e.net (WP 6.9.4) | F | 2026-05-21 09:35:43 | |
| f*s*-*n*-*m*l*.com (WP 6.9.4) | F | 2026-05-20 23:14:56 | |
| b*o*a*o*.com | D | 2026-05-13 13:20:06 | |
| s*e*n*t*e*a*l*n*o*t*e*a*k.com (WP 6.9.4) | F | 2026-05-11 13:01:39 | |
| k*g*t*u*a*.shop (WP 6.8.5) | F | 2026-05-08 13:34:10 | |
| s*a*l*a*d*f*s*.com (WP 6.9.4) | F | 2026-05-03 16:03:28 | |
| s*n*t*c*.com | D | 2026-05-03 11:03:58 | |
| e*f*c*e*t*a*e.net (WP 6.9.4) | F | 2026-05-02 14:26:56 | |
| g*v*i*2*o*d*i*l.org | D | 2026-05-02 14:26:54 | |
| k*i*o*n*.p*a*a*9.cz (WP 6.9.4) | F | 2026-04-28 14:36:52 | |
| b*e*h*f*.com | D | 2026-04-27 16:59:09 |
Page 1 of 1