List Child Pages Shortcode

plugin banner

A plugin to add list of child pages within the content of a parent page.

Author:Douglas Karr (profile at wordpress.org)
WordPress version required:3.0.1
WordPress version tested:5.2.2
Plugin version:1.3.1
Added to WordPress repository:12-07-2018
Last updated:31-07-2019
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:3
Plugin URI:https://martech.zone/list-child-pages-shortco...
Total downloads:5 325
Active installs:900+
plugin download
Click to start download

I could not find an easy plugin that enabled me to use a shortcode that would enable me to publish a list of child pages under a parent page. So, I built one.

Usage:

Example 1: Order the child pages by publish date in descending order:
[listchildpages aclass=”” ifempty=”No child pages” orderby=”publish_date” order=”desc” displayimage=”no”]<h3>Here are our child pages:</h3>[/listchildpages]

Example 2: Order the child pages by title in ascending order with the page’s featured image aligned left:
[listchildpages aclass=”” ifempty=”No child pages” orderby=”title” order=”asc” displayimage=”YES” align=”alignleft”]<h3>Here are our child pages:</h3>[/listchildpages]

The shortcode accepts all of the Order and Orderby Parameters listed within the WordPress class reference.

Built by DK New Media, visit the MarTech to keep up on this plugin and other marketing tools to help you grow your online presence!


Screenshots
FAQ
ChangeLog