Page-list

Wordpress Plugin
Download latest - 5.2

Developers

webvitaly

Download Stats

Today 20
Yesterday 41
Last Week 314
All Time 220,165
Banner 772x250

  • Advanced iFrame Pro
  • Page-list
  • all Page-list params
  • Donate
  • GitHub

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

Releases (35 )

Version Release Date Change Log
5.2 2019-12-18
  • added normalize params function to include and exclude_tree params (thanks to https://github.com/MrSwed )
  • execute shortcodes in meta tags (thanks to https://github.com/MrSwed )
5.1 2018-03-08
  • 2015.07.01 =
  • added columns feature
5.0 2015-01-25
  • 2015.01.25 =
  • code refactor
  • update docs
  • added 'authors', 'post_type', 'post_status', 'date_format' params to [pagelist], [subpages], [siblings] shortcodes (thanks to Nick Ciske)
4.3 2015-01-14
  • 2015.01.15 =
  • use wp_enqueue_scripts hook instead of wp_print_styles to enqueue scripts and styles (thanks to sireneweb)
4.2 2014-12-26
  • 2013.02.16 =
  • fix in css styles (clearfix added to .page-list-ext)
  • make default image size 150x150 like default thumbnail size
4.1 2013-01-27
  • 2013.01.27 =
  • change the type of output the image thumbnail in [pagelist_ext] shortcode
4.0 2012-10-30
  • 2012.10.30 =
  • remove conflict between Pagelist and Sitemap plugins
  • remove preg_match_all notice
  • minor changes
3.8 2012-08-22
  • fixed default [pagelist_ext] behaviour - showing all pages if there is no subpages
3.7 2012-04-20
  • executing shortcodes in [pagelist_ext strip_shortcodes="0"] in content
3.6 2012-04-19
  • fixing bug with shortcode in sidebar - shortcode in comment start to execute
3.5 2012-04-12
  • showing all pages for [pagelist_ext child_of="0"] shortcode
3.4 2012-03-28
  • remove esc_attr() from title in [pagelist_ext] shortcode
3.3 2012-03-22
  • rename "get_first_image" function to "page_list_get_first_image" for avoiding conflicts
3.2 2012-03-09
  • fixed bug with "more_tag" and non english chars;
3.1 2012-01-31
  • fixed bug with empty image in "show_first_image" parameter;
  • added "more_tag" higher priority than "limit_content" (thanks to BobyDimitrov);
3.0 2012-01-23
  • added "show_first_image" parameter for showing first image from content if there is no featured image;
2.9 2012-01-15
  • added "more_tag" parameter and more tag support;
  • hiding password protected content of the pages;
2.7 2012-01-01
  • make excerpt link if there is no title;
2.8 2012-01-01
  • added "strip_shortcodes" parameter;
2.6 2011-12-29
  • Fixed [pagelist_ext] "parent" parameter;
2.5 2011-12-23
  • Adding spaces between lines when tags are stripped in [pagelist_ext];
2.4 2011-12-22
  • Escaping attributes in title in [pagelist_ext];
2.3 2011-12-20
  • Fixed [pagelist_ext] with showing excerpt of the page if it is not empty, else showing content;
2.2 2011-12-19
  • Fixed offset parameter;
2.1 2011-12-19
  • Fixed number parameter;
2.0 2011-12-19
  • Fixed crash bug with [pagelist_ext] if theme does not have thumbnail feature;
1.9 2011-11-21
  • Added show_child_count parameter;
  • Added show_meta_key parameter;
1.8 2011-11-21
  • Added screenshots;
  • Improved parameter parsing;
1.7 2011-11-18
  • Added strip_tags parameter;
1.6 2011-11-18
  • Improved [pagelist_ext] shortcode: added content to list, added toggle show and limit content parameters;
1.5 2011-11-13
  • Added [pagelist_ext] shortcode - list of pages with featured image;
1.4 2011-10-27
  • Added exclude="current" parameter;
1.3.0 2011-06-06
  • Added class to ul elements by default;
  • Added "class" option (thanks to Arvind);
1.2.0 2011-04-23
  • Added [subpages] and [siblings] shortcodes;
1.0.0 2011-04-20
  • Initial release;

=