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*c*r*u*b*d*s*o*.com | F | 2026-05-28 18:48:19 | |
| i*s*o*l.com (WP 6.8.5) | C | 2026-05-28 18:45:50 | |
| a*i*r*l*v*n*.ca (WP 6.9.4) | D | 2026-05-28 18:44:40 | |
| m*c*o*l*n*.com | F | 2026-05-28 18:44:18 | |
| s*k*v*k*o*i*.de (WP 6.9.4) | F | 2026-05-28 18:37:46 | |
| g*a*e*i*a*c*a*.com | F | 2026-05-28 18:26:31 | |
| s*r*t*l*a*h*t*l.com | F | 2026-05-28 18:25:53 | |
| s*r*t*l*a*c*n*e*l.com | F | 2026-05-28 18:25:53 | |
| g*a*t*n*a*s.com | F | 2026-05-28 18:19:22 | |
| u*b*t*g*i*g.w*e*g*n*.com | F | 2026-05-28 18:17:45 | |
| n*a*h*r*e*l.com | F | 2026-05-28 18:11:45 | |
| 1*8*z.de (WP 7.0) | D | 2026-05-28 18:08:57 | |
| c*u*c*f*o*s.com | F | 2026-05-28 18:07:03 | |
| n*a*l*y*h*s*.com | F | 2026-05-28 18:04:16 | |
| l*c*i*-*l*e.com | C | 2026-05-28 18:02:34 | |
| i*p*r*o*.it | D | 2026-05-28 17:56:56 | |
| n*.h*d*e*d*t*l*b.com (WP 7.0) | F | 2026-05-28 17:43:04 | |
| v*l*a*o*l*r*d*o.com (WP 7.0) | F | 2026-05-28 17:42:06 | |
| v*l*a*o*l*m*d*a.com (WP 7.0) | F | 2026-05-28 17:42:06 | |
| w*r*e*t*r*e*.org | F | 2026-05-28 17:37:25 | |
| n*u*a*u*t*n*s*f*r*s.com | F | 2026-05-28 17:36:44 | |
| p*c*a*d*n*u*a*c*.com | F | 2026-05-28 17:31:28 | |
| r*i*o*i*t*c*.com | C | 2026-05-28 17:25:32 | |
| i*a*e.cr | F | 2026-05-28 17:17:02 | |
| n*o*t*r*v.com | F | 2026-05-28 17:06:31 | |
| n*o*t*r*v.com | F | 2026-05-28 17:06:30 | |
| o*c*n*o*t*u*.org (WP 6.2.9) | F | 2026-05-28 17:06:04 | |
| m*t*e*t*r.com | F | 2026-05-28 17:04:20 | |
| v*r*u*l*o*r.a*c*o*l*n*.it (WP 7.0) | D | 2026-05-28 17:00:57 | |
| c*l*s*a*o*f*r*n*e.com (WP 7.0) | F | 2026-05-28 16:59:27 | |
| l*b*u*c*a*o*o*f*n*l*c.com | D | 2026-05-28 16:56:47 | |
| l*b*u*c*a*o*x*e*i*r*l*c.com | D | 2026-05-28 16:56:47 | |
| s*o*a*s*a*o*i*e.cz (WP 6.0.3) | F | 2026-05-28 16:55:33 | |
| s*r*t*g*c*a*i*i*y*u*d*.com (WP 6.4.8) | C | 2026-05-28 16:52:44 | |
| a*e*s*d*r*n*e.com | A | 2026-05-28 16:50:08 | |
| a*e*c*l*a*.com | A | 2026-05-28 16:50:07 | |
| v*l*a*e*e*d*e*l*.com (WP 7.0) | F | 2026-05-28 16:45:21 | |
| m*r*e*t*r.com | F | 2026-05-28 16:43:24 | |
| s*f*o*s*r*c*.o*g.uk (WP 6.9.4) | F | 2026-05-28 16:40:20 | |
| v*l*a*e*f*i*v*r*a*e.com (WP 7.0) | D | 2026-05-28 16:39:19 | |
| i*s*i*u*e*f*e*t*e*i*m*d*c*n*.com | F | 2026-05-28 16:23:51 | |
| b*k*n*s*h*o*s.org (WP 7.0) | F | 2026-05-28 16:20:35 | |
| b*s*e*l*b*n*i*c*n*a*i*.de | F | 2026-05-28 16:16:30 | |
| t*n*e*b*r*a*o*h*k*.de (WP 6.9.4) | C | 2026-05-28 16:15:38 | |
| s*r*t*o*l*c.com (WP 7.0) | F | 2026-05-28 16:15:00 | |
| v*l*a*e*a*e*i*g.com | F | 2026-05-28 16:12:40 | |
| b*e*d*i*-*e*e*-*y*e*m*b*i*g.de (WP 6.6.5) | F | 2026-05-28 16:07:28 | |
| p*w*r*j*v*.com (WP 7.0) | F | 2026-05-28 16:04:48 | |
| v*l*a*a*d*n*r*h*b*l*t*t*o*.com | D | 2026-05-28 16:00:01 | |
| v*l*a*a*d*n*h*a*t*c*n*e*.com | D | 2026-05-28 16:00:01 | |
| g*a*i*.com (WP 7.0) | F | 2026-05-28 15:50:57 | |
| a*v*n*e*.n*t.au | F | 2026-05-28 15:50:33 | |
| p*c*a*i*l*.ch (WP 6.7.5) | F | 2026-05-28 15:46:08 | |
| a*e*j*a.com | F | 2026-05-28 15:45:54 | |
| a*e*j.com | F | 2026-05-28 15:45:54 | |
| k*n*t*a*d*w*r*.nl (WP 4.5.32) | F | 2026-05-28 15:41:41 | |
| s*r*p*e*s*i*e*u*f*n*.com (WP 5.0.25) | F | 2026-05-28 15:41:30 | |
| a*e*o*p*r*t*.com | F | 2026-05-28 15:40:10 | |
| l*f*p*k.de | F | 2026-05-28 15:38:57 | |
| s*r*n*e*h*o*o*i*s.com | F | 2026-05-28 15:37:28 | |
| s*r*n*e*h.com | F | 2026-05-28 15:37:28 | |
| t*v*h*e*i*g*n.de (WP 6.8.5) | F | 2026-05-28 15:33:27 | |
| n*t*.com | B | 2026-05-28 15:32:43 | |
| n*t*c*e*l*w.com | F | 2026-05-28 15:32:43 | |
| d*g*t*l.m*s*c.c*r*e*l.edu (WP 7.0) | F | 2026-05-28 15:32:29 | |
| v*l*a*e*s*l*o*t*c*t*.com | F | 2026-05-28 15:31:31 | |
| a*e*d*e*t*r*s.com (WP 7.0) | F | 2026-05-28 15:27:21 | |
| s*r*n*e*a*t*.com (WP 7.0) | A | 2026-05-28 15:25:10 | |
| t*h*.org | F | 2026-05-28 15:16:30 | |
| p*u*l*r*.org (WP 6.7.5) | F | 2026-05-28 15:12:11 | |
| t*c*i*d*c*p*a*e*a.cat (WP 5.4.19) | F | 2026-05-28 15:09:13 | |
| t*e*b*i*d*n*-*e*p*e.com | F | 2026-05-28 15:05:53 | |
| n*r*a*l*s.com | F | 2026-05-28 15:04:06 | |
| o*k*l.hu (WP 7.0) | D | 2026-05-28 14:55:38 | |
| w*h*f*h*t*m*r*e*.de (WP 5.0.25) | F | 2026-05-28 14:43:02 | |
| d*s*g*e*t*e*r*n*u*s*i*w*r*s*o*.org (WP 5.8.13) | F | 2026-05-28 14:42:17 | |
| j*z*a*o*r*e*a*a*d*n*.com | F | 2026-05-28 14:37:50 | |
| d*p*.u*a*.gov | F | 2026-05-28 14:37:28 | |
| a*c*n*m*s*c*e*t*v*l.com (WP 7.0) | F | 2026-05-28 14:30:27 | |
| b*e*a*i*e*s.de (WP 7.0) | F | 2026-05-28 14:25:52 | |
| l*b*r*t*i*e*i*p*l*.com | F | 2026-05-28 14:23:59 | |
| f*r*s*n.by | F | 2026-05-28 14:03:49 | |
| n*g*m*i*e*i*t*d*y*.com | B | 2026-05-28 14:00:07 | |
| c*r*s*n*h*s*u*t*s.com (WP 6.9.4) | F | 2026-05-28 13:43:30 | |
| p*y*i*t*e*a*i*-*a*d*n*a*f*r*.com | F | 2026-05-28 13:40:43 | |
| p*y*i*t*e*a*i*-*a*d*i*-*a*f*r*.com | F | 2026-05-28 13:40:43 | |
| f*r*t*e*c*p*t*l*d*i*o*s.com (WP 6.7.5) | F | 2026-05-28 13:38:44 | |
| f*r*t*e*c*p*t*l.com (WP 6.7.5) | F | 2026-05-28 13:38:44 | |
| f*r*t*e*.com (WP 6.7.5) | F | 2026-05-28 13:38:44 | |
| o*e*i*t*e*h*u*.nl | F | 2026-05-28 13:35:52 | |
| n*c*i*i*a*l*w.com | F | 2026-05-28 13:34:25 | |
| l*f*b*.de (WP 6.9.4) | D | 2026-05-28 13:27:48 | |
| c*l*a*y*e*i*h*i*m*e*t*v*l.com | F | 2026-05-28 13:22:39 | |
| f*r*t*a*d*i*m*.com (WP 6.9.4) | F | 2026-05-28 13:18:06 | |
| p*y*i*f*t.com | D | 2026-05-28 13:10:51 | |
| p*o*p*r*t*t*a*n*n*.org | F | 2026-05-28 13:09:42 | |
| p*l*c*u*t*l*.com | F | 2026-05-28 13:09:41 | |
| p*y*i*-*a*d*n*a*f*r*.com | F | 2026-05-28 13:03:19 | |
| p*y*i*-*a*d*i*-*a*f*r*.com | F | 2026-05-28 13:03:19 | |
| c*r*e*s.w*l*e*n*s*i*q*i*y.org (WP 6.9.1) | D | 2026-05-28 12:59:28 |