-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
executable file
·46 lines (31 loc) · 1.53 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
46
=== Express Posts ===
Contributors: vancoder
Author URI: http://begtodiffer.ca/
Plugin URI: http://vancoder.ca/plugins/express-posts
Tags: widget, sidebar, posts, pages, children, siblings, subset
Requires at least: 3.2.1
Tested up to: 4.5
Stable tag: 1.3
Express posts provides a widget to display either a subset of posts, the children of a page or its siblings.
== Description ==
Express posts provides a widget to display either a subset of posts, the children of a page or its siblings.
The widget provides three modes.
*Subset* will list a given number of posts from your selected categories. Date, date format, and excerpt are all optional.
*Children* and *siblings* modes will list the immediate children or siblings of a page, respectively. You can include a placeholder in the widget title as a substitute for the parent page title. You can also choose to show or hide the widget on specific generations of pages, allowing extra flexibility on shared sidebars.
In common with all of my plugins, Express Posts strives to follow best practice in WordPress coding. If you spy a bug or see room for improvement, please [let me know](http://wordpress.org/support/plugin/express-posts).
== Installation ==
1. Upload the plugin to the /wp-content/plugins/ directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Visit the Widgets page to apply and configure
== Changelog ==
= 1.3.0 =
* Fixed notices
* Tidied formatting
* Removed extract
= 1.2 =
* Fixed notices
= 1.1 =
* Added footer
* Fixed id bug
= 1.0 =
* Initial release