=== Subpage List ===
Contributors: codework
Plugin homepage: https://urlund.com
Tags: subpage, view, list, page, mce, gutenberg
Requires at least: 1.5
Tested up to: 5.5.1
Stable tag: 1.2.2
A plugin for showing a list of subpages to a given page. Insert shortcode [subpages attributes], eg. [subpages depth="1"]. View WordPress Codex for possible shortcode attributes.
== Description ==
Ever wanted to place a list of subpages on your page, or a complete index of your pages? This is the plugin you need.
Using a built-in WordPress method, this plugin enables you to efficiently list subpages on any given page.
= Usage examples =
- [subpages]
- [subpages depth="2"]
- [subpages title_li="Subpages:"]
- [subpages depth="1" child_of="24"]
= Filters =
- subpages_default_atts (to modify default attributes)
- subpages_html_wrap (to modify default `ul` tag)
= Note =
Plugin is renamed from "Subpage View" to "Subpage List" - if you used this plugin before, you are still able to use the `subpage-view` and `subpage-list` shortcodes.
== Installation ==
Easy installation:
1. Upload `subpage-view.php` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Place [subpage-view] (or any valid shortcode) in your editor (see Description).