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 |
|---|---|---|---|
| l*m*n*.s*o*-*a*i*g.fr (WP 7.0) | A | 2026-06-03 22:32:45 | |
| s*a*a*v*c*c*.o*g.uk | F | 2026-06-03 22:21:38 | |
| b*g*o*t*e*.c*.uk | F | 2026-06-03 22:16:06 | |
| m*t*o*o*t*g*.com | F | 2026-06-03 22:15:44 | |
| k*t*-*i*c*e*e*g*t*i*g*n.ch (WP 7.0) | D | 2026-06-03 21:58:32 | |
| c*o*s*c*o*c*m*e.c*.uk (WP 7.0) | F | 2026-06-03 21:55:16 | |
| m*l*e*n*u*p*o*u*t*o*s.com | F | 2026-06-03 21:42:41 | |
| a*e*l*p*i*g*f*o*k*h*e*s.com | F | 2026-06-03 21:38:16 | |
| i*a*.com | F | 2026-06-03 21:33:32 | |
| m*t*l*m*r*s*i*n*i*c.com | C | 2026-06-03 21:30:16 | |
| f*e*p*r*p*.com | F | 2026-06-03 21:29:17 | |
| i*-*a*a*.com (WP 6.6.1) | F | 2026-06-03 21:26:28 | |
| d*m*e*h*b*r*b*c*u*.de | F | 2026-06-03 21:11:35 | |
| m*r*o*m*c*.com | C | 2026-06-03 20:52:17 | |
| m*l*a*d*a*.com (WP 6.9.4) | F | 2026-06-03 20:46:10 | |
| m*l*a*d*n*b*a*g.com (WP 7.0) | F | 2026-06-03 20:46:10 | |
| s*p*r*r*o*.c*.uk (WP 5.8.6) | F | 2026-06-03 20:42:31 | |
| m*r*e*u*l*e*s.com | C | 2026-06-03 20:36:20 | |
| l*b*i*l*.f*c*l*y.u*d*v*s.edu (WP 6.9.1) | F | 2026-06-03 20:34:39 | |
| m*r*d*a*s*f*w*r*c*n*u*t*n*.com (WP 7.0) | F | 2026-06-03 20:26:43 | |
| p*o*a*r*a*s*e*.w*e*g*n*.com | F | 2026-06-03 20:22:24 | |
| a*a*e*i*g*p*.com | F | 2026-06-03 19:53:12 | |
| m*l*t*r*l*w*i*m.com | F | 2026-06-03 19:47:30 | |
| t*e*u*p*e*a*d.com | D | 2026-06-03 19:31:21 | |
| f*a*m*o*e.f*c*l*y.u*d*v*s.edu (WP 6.9.1) | F | 2026-06-03 19:30:58 | |
| m*l*o*d*f*n*e.com | F | 2026-06-03 19:27:48 | |
| i*c*s*.com | F | 2026-06-03 19:14:03 | |
| f*e*h*l*i*j*r*a*t*r*e*.com | F | 2026-06-03 19:08:37 | |
| m*l*o*e*i*l*s*l.com | F | 2026-06-03 18:40:28 | |
| b*v*r*a*o*n*r.com (WP 6.9.4) | F | 2026-06-03 18:38:11 | |
| m*l*s*u*g*o*o*a*e*.com | F | 2026-06-03 18:02:29 | |
| m*l*s*u*g*o*o.com | F | 2026-06-03 18:02:29 | |
| f*e*d*m*u*u*a.com (WP 7.0) | F | 2026-06-03 18:00:35 | |
| m*l*s*o*z*n.com | F | 2026-06-03 17:59:46 | |
| f*e*d*m*r*p*n*.com | F | 2026-06-03 17:56:53 | |
| f*e*d*m*h*t*n*c*.com | F | 2026-06-03 17:53:09 | |
| b*k*n*l*s*a*d.com (WP 4.7.30) | F | 2026-06-03 17:51:53 | |
| b*v*i*s.c*.uk | F | 2026-06-03 17:51:05 | |
| r*.i*t*u*i*n*e*.g*v.it (WP 7.0) | F | 2026-06-03 17:36:18 | |
| m*l*h*g*r*g*n*r*t*v*a*d*a*n*h*r*p*.com | F | 2026-06-03 17:31:33 | |
| b*c*m*u*i*i*s.com | C | 2026-06-03 17:29:59 | |
| a*o*t*d*i*t*a*e*e.org (WP 7.0) | F | 2026-06-03 17:16:31 | |
| f*e*d*m*o*m*d*t*e*.com | F | 2026-06-03 17:13:23 | |
| e*v*x.hr | A | 2026-06-03 17:10:16 | |
| a*o*i*e*i*s.com | B | 2026-06-03 16:32:48 | |
| a*o*i.com | B | 2026-06-03 16:32:48 | |
| m*t*o*a*a*e*e*v*c*s.c*m.au (WP 6.9.4) | F | 2026-06-03 16:29:31 | |
| m*l*n*o*a*s.com (WP 7.0) | F | 2026-06-03 16:15:41 | |
| b*z*e*s*f*r*a*i*n.com | F | 2026-06-03 15:39:28 | |
| t*e*o*n*e*l*.com | A | 2026-06-03 15:29:22 | |
| t*e*o*n*e*t*o*t*a*.com | A | 2026-06-03 15:29:22 | |
| t*e*o*n*e*t*o*r*s.com | A | 2026-06-03 15:29:22 | |
| f*e*4*o*.com | F | 2026-06-03 15:26:43 | |
| f*e*2*a*g*.com | F | 2026-06-03 15:23:31 | |
| w*i*e*o*d*i*l*e*s.com | F | 2026-06-03 15:00:28 | |
| q*i*k*i*v*r*u*l*s.com | F | 2026-06-03 15:00:28 | |
| b*y*n*t*p*e*r*t*.com | F | 2026-06-03 14:47:21 | |
| b*y*n*t*e*a*y*i*s.com | D | 2026-06-03 14:41:02 | |
| f*e*s*i*h*l*m*i*g.com (WP 7.0) | B | 2026-06-03 14:35:00 | |
| t*e*i*r*o*.tv (WP 4.5.32) | F | 2026-06-03 14:28:48 | |
| m*k*i*e*.com (WP 6.8.5) | F | 2026-06-03 14:26:32 | |
| m*k*e*p*t*n*r.com | F | 2026-06-03 14:26:31 | |
| b*y*n*m*r*s.com (WP 5.1) | F | 2026-06-03 14:00:26 | |
| t*e*h*s*o*h*r*p*c*n*e*.com | D | 2026-06-03 13:31:46 | |
| a*i*s*a*a*d.com (WP 6.5.8) | F | 2026-06-03 13:28:13 | |
| x*n*p*b*i*h*n*a*d*a*k*t*n*.com | F | 2026-06-03 13:15:12 | |
| t*e*h*e*i*p*a*t*c*u*g*o*.com | F | 2026-06-03 13:13:24 | |
| m*m*t*r*a*s*l*.com | F | 2026-06-03 12:48:36 | |
| t*e*e*f*c*g*f*s*o*s.com (WP 6.9.4) | F | 2026-06-03 12:20:47 | |
| f*a*i*r*i*l*.com (WP 7.0) | F | 2026-06-03 12:17:55 | |
| m*o*l*e.com | D | 2026-06-03 12:12:04 | |
| i*e*l*r*n*a*d*o*y.com | F | 2026-06-03 11:59:14 | |
| t*e*e*p*c*e*.com | F | 2026-06-03 11:51:39 | |
| m*z*e*l*t*r.com | A | 2026-06-03 11:51:16 | |
| t*e*e*e*t*l*a*a*i*e.com | F | 2026-06-03 11:47:47 | |
| a*i*r*r*h*b.com | B | 2026-06-03 11:24:00 | |
| a*i*r*r*c*v*r*c*n*e*.com | B | 2026-06-03 11:24:00 | |
| a*i*r*r*c*v*r*.com | B | 2026-06-03 11:24:00 | |
| a*i*r*o*t*a*i*n*.com | B | 2026-06-03 11:24:00 | |
| w*s*q*a*i*y.ca (WP 7.0) | F | 2026-06-03 11:22:46 | |
| i*e*l*l*a*e*s.com | D | 2026-06-03 11:16:02 | |
| i*e*l*h*i*e*n*u*a*c*.com | F | 2026-06-03 11:16:02 | |
| m*k*c*x*a*.com | F | 2026-06-03 11:14:28 | |
| t*e*a*e*e*t*u*s.com | F | 2026-06-03 11:11:11 | |
| r*m*e*c*m*.c*l*s*a*e.edu | B | 2026-06-03 11:09:23 | |
| a*c*i*e.f*o*f*r*t.org | F | 2026-06-03 10:59:10 | |
| i*e*f*r*o*r*p*c*.com (WP 7.0) | F | 2026-06-03 10:40:16 | |
| b*o*n*e*.h*u*e.gov (WP 6.8.3) | B | 2026-06-03 10:33:16 | |
| o*v*r*n*r*r.com | D | 2026-06-03 10:30:40 | |
| l*g*s*l*b*e*-*t*i*d*p*n*a*t*s.o*a*m*.org | F | 2026-06-03 10:30:40 | |
| i*e*a*t*s*r*.com | F | 2026-06-03 10:23:56 | |
| t*e*a*t*p*o*e*s*c*a*t.com (WP 6.9.1) | F | 2026-06-03 10:21:48 | |
| m*v*i*i*e*i*l*o*n*i*e.com | F | 2026-06-03 10:16:10 | |
| m*t*h*w*s*h*i*e*.com | C | 2026-06-03 09:17:38 | |
| c*a*g*i*s*i*e*.com | F | 2026-06-03 09:00:18 | |
| t*e*a*e*e*k*l*u*.com (WP 6.7.5) | F | 2026-06-03 08:53:02 | |
| t*e*a*o*a*t*c*l*w*e*.com | F | 2026-06-03 08:53:01 | |
| f*a*k*i*g*i*a*c*m*a*y.com | F | 2026-06-03 08:22:56 | |
| m*t*r*a*e*i*a*p*.com (WP 7.0) | F | 2026-06-03 08:01:30 | |
| f*a*k*s*a*.com (WP 6.7.5) | C | 2026-06-03 08:01:06 |