Page-list
shortcodes:
- [pagelist] β hierarchical tree of all pages on site (useful to show sitemap of the site);
- [subpages] β hierarchical tree of subpages to the current page;
- [siblings] β hierarchical tree of sibling pages to the current page;
- [pagelist_ext] β list of pages with featured image and with excerpt;
examples with aditional parameters:
[pagelist child_of="4" depth="2" exclude="6,7,8"][pagelist_ext child_of="4" exclude="6,7,8" image_width="50" image_height="50"]- all Page-list params
Parameters for [pagelist], [subpages] and [siblings]:
- [pagelist] β list of all pages as the hierarchical list;
- [subpages] β list of subpages to the current page as the hierarchical list; Same as:
[pagelist child_of="current"]; - [siblings] β list of sibling pages to the current page as the hierarchical list; Same as:
[pagelist child_of="parent"]; - depth β how many levels in the hierarchy of pages are to be included in the list:
[pagelist depth="3"]; by default depth is unlimited (depth=β0β³); Displays pages at any depth and arranges them in a flat list:[pagelist depth="-1"]; - child_of β displays the sub-pages of a single Page by ID:
[pagelist child_of="4"]; - exclude β define a comma-separated list of Page IDs to be excluded from the list:
[pagelist exclude="6,7,8"]; You may exclude current page:[pagelist exclude="current"]; - exclude_tree β define a comma-separated list of parent Page IDs and all its subpages to be excluded:
[pagelist exclude_tree="7,10"]; - include β include a comma-separated list of Page IDs into the list:
[pagelist include="6,7,8"]; - title_li β set the text and style of the Page listβs heading:
[pagelist title_li="; by default there is no title (title_li=ββ);List of pages
"] - authors β only include pages authored by the authors in this comma-separated list of author IDs:
[pagelist authors="2,5"]; by default all authors are included (authors=ββ); - number β sets the number of pages to display:
[pagelist number="10"]; by default the number is unlimited (number=ββ); - offset β the number of pages to pass over (or displace) before collecting the set of pages:
[pagelist offset="5"]; by default there is no offset (offset=ββ); - post_type β list associated with a certain hierarchical Post Type
[pagelist post_type="page"]; by default: (post_type=βpageβ); possible values: page, revision, Hierarchical Custom Post Types (βpostβ is not a Hierarchical Post Type); - post_status β a comma-separated list of all post status types:
[pagelist post_status="private"]; by default: (post_status=βpublishβ); possible values: publish, private, draft; - meta_key and meta_value β only include the pages that have this Custom Field Key and this Custom Field Value:
[pagelist meta_key="metakey" meta_value="metaval"]; - show_date β display creation or last modified date next to each Page:
[pagelist show_date="created"]; possible values: created, modified, updated; - date_format β the format of the Page date set by the show_date parameter:
[pagelist date_format="l, F j, Y"]; by default use the date format configured in your WordPress options; - sort_column β sort the list of pages by column:
[pagelist sort_column="menu_order"]; by default: (sort_column=βmenu_order, post_titleβ); possible values: post_title, menu_order, post_date (sort by creation time), post_modified, ID, post_author, post_name (sort by page slug); - sort_order β the sort order of the list of pages (either ascending or descending):
[pagelist sort_order="desc"]; by default: (sort_order=βascβ); possible values: asc, desc; - link_before β sets the text or html that precedes the link text inside link tag:
[pagelist link_before=""]; you may specify html tags only in theHTMLtab in your Rich-text editor; - link_after β sets the text or html that follows the link text inside link tag:
[pagelist link_after=""]; you may specify html tags only in theHTMLtab in your Rich-text editor; - class β the CSS class for list of pages:
[pagelist class="listclass"]; by default the class is empty (class=ββ); - columns β for splitting list of pages into columns:
[pagelist class="page-list-cols-2"]; available classes: page-list-cols-2, page-list-cols-3, page-list-cols-4, page-list-cols-5; works in all modern browsers and IE10+; columns are responsive and become 1 column at less than 768px;
More info about params for [pagelist], [subpages], [siblings].
Parameters for [pagelist_ext]:
- [pagelist_ext] β by default shows list of subpages to current page; but if there is no subpages than all pages will be shown;
- show_image β show or hide featured image
[pagelist_ext show_image="0"]; βshow_imageβ have higher priority than βshow_first_imageβ; by default: show_image=β1β³; - show_first_image β show or hide first image from content if there is no featured image
[pagelist_ext show_first_image="1"]; by default: show_first_image=β0β³; - show_title β show or hide title
[pagelist_ext show_title="0"]; by default: show_title=β1β³; - show_content β show or hide content
[pagelist_ext show_content="0"]; by default: show_content=β1β³; - more_tag β output all content before and after more tag:
[pagelist_ext more_tag="0"]; this parameter does not add βmore-linkβ to the end of content, it just cut content before more-tag; βmore_tagβ parameter have higher priority than βlimit_contentβ; by default the more_tag is enabled (more_tag=β1β³) and showing only content before more tag; - limit_content β content is limited by βmore-tagβ if it is exist or by βlimit_contentβ parameter
[pagelist_ext limit_content="100"]; by default: limit_content=β250β³; - image_width β width of the image
[pagelist_ext image_width="80"]; by default: image_width=β50β³; - image_height β height of the image
[pagelist_ext image_height="80"]; by default: image_height=β50β³; - child_of β displays the sub-pages of a single Page by ID:
[pagelist_ext child_of="4"]; by default it shows subpages to the current page; - parent β list those pages that have the provided single page only ID as parent:
[pagelist_ext parent="4"]; by default parent=β-1β³ and depth is unlimited; - sort_column β sort the list of pages by column:
[pagelist_ext sort_column="menu_order"]; by default: (sort_column=βmenu_order, post_titleβ); possible values: post_title, menu_order, post_date (sort by creation time), post_modified, ID, post_author, post_name (sort by page slug); - sort_order β the sort order of the list of pages (either ascending or descending):
[pagelist_ext sort_order="desc"]; by default: (sort_order=βascβ); possible values: asc, desc;* hierarchical β display subpages below their parent page[pagelist_ext hierarchical="0"]; by default: hierarchical=β1β³; - hierarchical β display subpages below their parent page
[pagelist_ext hierarchical="0"]; by default: hierarchical=β1β³; - exclude β define a comma-separated list of Page IDs to be excluded from the list:
[pagelist_ext exclude="6,7,8"]; - exclude_tree β define a comma-separated list of parent Page IDs and all its subpages to be excluded:
[pagelist_ext exclude_tree="7,10"]; - include β include a comma-separated list of Page IDs into the list:
[pagelist_ext include="6,7,8"]; - meta_key and meta_value β only include the pages that have this Custom Field Key and this Custom Field Value:
[pagelist_ext meta_key="metakey" meta_value="metaval"]; - authors β only include the pages written by the given author(s)
[pagelist_ext authors="6,7,8"]; - number β sets the number of pages to display:
[pagelist_ext number="10"]; by default the number is unlimited (number=ββ); - offset β the number of pages to pass over (or displace) before collecting the set of pages:
[pagelist_ext offset="5"]; by default there is no offset (offset=ββ); - post_type β list associated with a certain hierarchical Post Type
[pagelist_ext post_type="page"]; by default: (post_type=βpageβ); possible values: page, revision, Hierarchical Custom Post Types (βpostβ is not a Hierarchical Post Type); - post_status β a comma-separated list of all post status types:
[pagelist_ext post_status="private"]; by default: (post_status=βpublishβ); possible values: publish, private, draft; - class β the CSS class for list of pages:
[pagelist_ext class="listclass"]; by default the class is empty (class=ββ); - strip_tags β strip tags or not:
[pagelist_ext strip_tags="0"]; by default the tags are stripped (strip_tags=β1β³); - strip_shortcodes β strip registered shortcodes or not:
[pagelist_ext strip_shortcodes="0"]; by default shortcodes are stripped (strip_shortcodes=β1β³) and all registered shortcodes are removed; - show_child_count β show count of subpages:
[pagelist_ext show_child_count="1"]; by default the child_count is disabled (show_child_count=β0β³); If show_child_count=β1β³, but count of subpages=0, than child count is not shown; - child_count_template β the template of child_count:
[pagelist_ext show_child_count="1" child_count_template="Subpages: %child_count%"]; by default child_count_template=βSubpages: %child_count%β; - show_meta_key β show or hide meta key:
[pagelist_ext show_meta_key="your_meta_key"]; by default the show_meta_key is empty (show_meta_key=ββ); If show_meta_key is enabled, but meta_value is empty, than meta_key is not shown; - meta_template β the template of meta:
[pagelist_ext show_meta_key="your_meta_key" meta_template="Meta: %meta%"]; by default meta_template=β%meta%β; - columns β for splitting list of pages into columns:
[pagelist_ext class="page-list-cols-2"]; available classes: page-list-cols-2, page-list-cols-3, page-list-cols-4, page-list-cols-5; works in all modern browsers and IE10+; columns are responsive and become 1 column at less than 768px;
More info about params for [pagelist_ext].
| Domain | Exposures | Headers | Last Checked |
|---|---|---|---|
| c*m*e*c*.u*a*.gov | F | 2026-05-26 14:56:52 | |
| s*u*d*e*e*a*i*n.c*.uk | F | 2026-05-26 14:56:04 | |
| o*r*r*p*r*u*d*h*w*r*d.com | F | 2026-05-26 14:53:57 | |
| s*u*i*-*n*t*u*e*t*l.fr (WP 7.0) | F | 2026-05-26 14:52:50 | |
| s*e*l*s*l*.com | F | 2026-05-26 14:44:55 | |
| p*t*r*e*t*o*s*l*i*g.com | F | 2026-05-26 14:40:43 | |
| s*e*l*h*r*e*n*w*.com | F | 2026-05-26 14:39:44 | |
| 3*r*s*a*c*.it (WP 6.9.4) | F | 2026-05-26 14:38:33 | |
| k*n*o*.c*m.pl | F | 2026-05-26 14:38:09 | |
| c*p*m.fr (WP 6.9.4) | F | 2026-05-26 14:35:23 | |
| h*d*o*v*l*e*p*o*e*t*i*s*e*t*o*s.com | C | 2026-05-26 14:31:59 | |
| r*m*n*h*a*e*d*s.com (WP 6.9.4) | F | 2026-05-26 14:19:43 | |
| j*a*b*e*s*r*.com (WP 6.9.4) | F | 2026-05-26 14:19:04 | |
| w*l*o*e*o*e*e*d*e*.com | B | 2026-05-26 14:18:21 | |
| w*l*o*e*o*e*e*h*r*d*e.com | B | 2026-05-26 14:18:20 | |
| w*l*o*e*o*e*d*o*t*n.com | B | 2026-05-26 14:18:20 | |
| w*l*o*e*m*.com | F | 2026-05-26 14:14:16 | |
| p*e*i*r*i*e*o*.w*e*g*n*.com | F | 2026-05-26 14:10:25 | |
| f*d*m*t*.com (WP 7.0) | F | 2026-05-26 14:09:50 | |
| d*v*l*p*r*c*m*u*.de (WP 7.0) | F | 2026-05-26 14:07:39 | |
| m*n*s*e*p*r*o*k*h*p.com (WP 6.9.4) | C | 2026-05-26 13:54:14 | |
| e*s*l*n*s*a*e.fr | F | 2026-05-26 13:41:30 | |
| t*o*e*.l*c*a*a*e*y.com | F | 2026-05-26 13:41:30 | |
| b*y*r*m*e*.com | F | 2026-05-26 13:30:06 | |
| j*c*n*u*t*n*s.com | C | 2026-05-26 13:05:49 | |
| s*e*k*s*a*e.com | F | 2026-05-26 13:04:39 | |
| w*i*s*q.com (WP 5.3.1) | F | 2026-05-26 13:02:57 | |
| c*a*h*n*-*t*g*.de | F | 2026-05-26 13:01:34 | |
| h*h*c*m.de | F | 2026-05-26 13:01:34 | |
| b*z*e*u*g*c*a*h*b*r*i*.de | F | 2026-05-26 13:01:34 | |
| g*.s*t*.e*u.cn | F | 2026-05-26 12:59:42 | |
| w*i*e*l*w.com (WP 6.8.1) | F | 2026-05-26 12:54:46 | |
| a*e*t*r*s*s.de (WP 6.7.2) | F | 2026-05-26 12:38:29 | |
| a*i*a*v*c*t*n.nl | F | 2026-05-26 12:33:01 | |
| r*d*l*o*o*i.it (WP 7.0) | F | 2026-05-26 12:29:23 | |
| o*r*r*a*t*s*.com | F | 2026-05-26 12:19:28 | |
| r*l*t*e*v*k*n*i*.com (WP 6.9.4) | F | 2026-05-26 12:15:06 | |
| j*h*l*a*o*k*.com (WP 6.8.5) | C | 2026-05-26 12:07:09 | |
| a*a*a*c*c*u*t*n*.gov | F | 2026-05-26 12:02:13 | |
| h*w*r*-*a*p*n*e*.com | A | 2026-05-26 12:01:36 | |
| f*b*e*e*.com | B | 2026-05-26 11:59:08 | |
| d*n*i*t*l*b.com (WP 6.3.8) | F | 2026-05-26 11:56:37 | |
| s*c*a*l*s*e*i*a*y*p*e*l.com (WP 6.8.3) | D | 2026-05-26 11:45:04 | |
| s*c*a*l*s*m*g*n*.com | F | 2026-05-26 11:45:03 | |
| l*r*e*a*d*n.com | F | 2026-05-26 11:33:06 | |
| i*-*e*e*e*c*.net | F | 2026-05-26 11:27:15 | |
| m*c*a*l*e*e*y.com (WP 6.9.4) | F | 2026-05-26 11:24:45 | |
| c*t*o*p*n*o*n*n*.com | F | 2026-05-26 11:22:04 | |
| m*r*a*c*n*d*.org (WP 6.9.4) | C | 2026-05-26 11:17:29 | |
| f*b*r*f*b*i*s.com (WP 7.0) | F | 2026-05-26 10:53:02 | |
| r*l*i*g*r*e*v*l*a*e.com | F | 2026-05-26 10:43:27 | |
| c*t*c*r*i*r.ru | F | 2026-05-26 10:33:35 | |
| f*a*n*h*l*s*u*s*n*.com | F | 2026-05-26 10:30:29 | |
| u*c*h*o*s.com | F | 2026-05-26 10:24:22 | |
| u*c.2*1*t.org | F | 2026-05-26 10:10:47 | |
| c*a*6.fr | F | 2026-05-26 10:08:21 | |
| g*n*t*r.c*m.tr (WP 4.8.28) | F | 2026-05-26 10:05:50 | |
| u*b*i*z*n.com (WP 7.0) | F | 2026-05-26 10:00:57 | |
| a*m*r*c*.com | C | 2026-05-26 09:52:19 | |
| s*2*6*.p*d*.co | F | 2026-05-26 09:50:46 | |
| c*p*d*.es | F | 2026-05-26 09:49:36 | |
| r*l*a*o*s*e*.com | F | 2026-05-26 09:49:15 | |
| p*i*t*t*i*t*i*.com (WP 6.9.4) | C | 2026-05-26 09:48:18 | |
| u*d*r*t*n*i*g*s*a.org | F | 2026-05-26 09:40:39 | |
| r*l*v*a.com | D | 2026-05-26 09:39:03 | |
| l*n*s*r*e*.com | F | 2026-05-26 09:36:53 | |
| c*t*d*n*e*n*m*s*c.com (WP 6.9.4) | D | 2026-05-26 09:36:15 | |
| p*o*i*e*r*c*e*.org (WP 5.8.6) | F | 2026-05-26 09:27:45 | |
| w*f*x*e*i*e*.com (WP 6.7.5) | F | 2026-05-26 09:24:18 | |
| u*l*.f*.c*n*.cz | F | 2026-05-26 09:08:16 | |
| l*n*v*r*o*t.com (WP 6.9.4) | F | 2026-05-26 09:01:44 | |
| l*n*e*l*f*.com (WP 5.8.3) | D | 2026-05-26 08:55:55 | |
| o*w*o*s*r*i*m.org (WP 6.2.9) | F | 2026-05-26 08:54:20 | |
| d*l*u*f*s*.com | F | 2026-05-26 08:49:13 | |
| l*n*h*n*b*a*.com | C | 2026-05-26 08:48:43 | |
| a*m*s*a*s.com (WP 6.8.3) | F | 2026-05-26 08:48:42 | |
| f*p*.com | F | 2026-05-26 08:36:39 | |
| i*v*.org | F | 2026-05-26 08:35:28 | |
| i*i*w*y.com (WP 6.5.8) | F | 2026-05-26 08:30:41 | |
| i*g*i*.ru (WP 5.9.12) | F | 2026-05-26 08:27:11 | |
| a*m*r*a*y*.com | F | 2026-05-26 08:19:40 | |
| c*t*u*n*r*i*g.com | F | 2026-05-26 08:17:03 | |
| s*b*n*f*c*h*s*i*a*.ca (WP 6.9.4) | C | 2026-05-26 08:10:27 | |
| m*k*c*n*e*t*o*s.ca (WP 6.9.4) | C | 2026-05-26 08:07:43 | |
| i*e*e*c*a*g*.com (WP 6.9.4) | F | 2026-05-26 08:06:49 | |
| i*e*.com (WP 6.9.4) | F | 2026-05-26 08:06:49 | |
| h*t*l*a*a*a*w*.com | F | 2026-05-26 07:58:47 | |
| o*e*o*t*n*e*t*.c*.uk | F | 2026-05-26 07:55:30 | |
| f*t*-*d*.com | F | 2026-05-26 07:46:51 | |
| w*e*r*u*s.com | F | 2026-05-26 07:46:32 | |
| h*r*z*n*n*p*c*i*n.com | C | 2026-05-26 07:44:27 | |
| v*s*o*a*a*a*c*.a*a*a*c*c*u*t*n*.gov | F | 2026-05-26 07:36:20 | |
| s*a*i*t*c*g*o*e.com (WP 6.9.4) | F | 2026-05-26 07:35:04 | |
| f*s*.de (WP 6.9.4) | F | 2026-05-26 07:23:26 | |
| m*b*x*a*l*s.com | F | 2026-05-26 07:19:25 | |
| s*a*i*n*r*j*u*n*y.com (WP 7.0) | F | 2026-05-26 07:17:47 | |
| b*a*a*a*h*l*x*s.c*.uk | F | 2026-05-26 07:14:19 | |
| s*a*i*n*r*j*u*n*y.com (WP 7.0) | F | 2026-05-26 07:13:49 | |
| u*h*u*i*r.c*.uk | F | 2026-05-26 07:04:29 | |
| c*t*z*n*l*w*e*.com (WP 6.9.4) | D | 2026-05-26 07:01:02 |