This repository has been archived by the owner on Dec 1, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.txt
executable file
·45 lines (30 loc) · 1.55 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
=== Plugin Name ===
Contributors: janhenckens
Donate link: http://onedge.be/donate
Tags: pages, widget, sub pages, child pages
Requires at least: 3.0.1
Tested up to: 4.2.2
Stable tag: 1.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Displays the childpages of the page you're currently on
== Description ==
The child pages widget automatically displays the childpages of the page you're currently viewing. If the current page has no child pages, the widget will not be visible.
You can also add css class to the `<ul>` tag, to match the widget's styling with your theme.
= Features to be a added =
- Depth paramter to specify how many levels of childpages you want to show
- "Start from" option: to show a specific set of childpages on every pages
== Installation ==
1. Upload the `wp-childpages` folder to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Add the widget to a widget area or sidebar
== Screenshots ==
1. After you activate the plugin, a new widget will be available in the Appearance settings. Here you can add a title to the widget and css classes to the entire widget and the individual items.
== Changelog ==
= 1.1 =
* This update slightly changes the behaviour of the widget: no matter on which childpage you are, you'll always see the childpages starting from the parent. Use the depth option to limit how deep you want to show the childpages
= 1.0.1 =
* Added "depth" option
* Removed option to add a CSS class on each page item (each <li>)
= 1.0 =
* Initial release