-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
executable file
·54 lines (34 loc) · 2.28 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
47
48
49
50
51
52
53
54
=== Show Authors in Page Lists ===
Contributors: studiohyperset, oqm4, ryanajarrett
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=C2KQADH2TGTS4
Tags: wp_list_pages, author, plugin, function
Requires at least: 3.0
Tested up to: 5.7
Stable tag: 1.0
Allows developers to display author names within wp_list_pages-generated page lists.
== Description ==
This plugin allows developers to display author names within `wp_list_pages`-generated page lists.
== Installation ==
After installing and activating, use the parameter `showauthors=1` to display an author name beside each permalinked page title the `wp_list_pages` function generates: e.g., `<?php wp_list_pages( 'title_li=&showauthors=1' ); ?>`. To disable the parameter for a particular string/list, set `showauthors` to "0": e.g., `<?php wp_list_pages( 'title_li=&showauthors=0' ); ?>`.
== Frequently Asked Questions ==
= Links =
* For feedback and help, visit: http://getsatisfaction.com/studio_hyperset/products/studio_hyperset_wordpress_plugins
* To learn about other Studio Hyperset WordPress plugins, visit http://studiohyperset.com/#solutions
* To help develop the Show Authors in Page List plugin, visit https://github.com/studiohyperset/show-authors-in-page-list
= Developer Notes =
This plugin assumes (a) most developers want to drive traffic to site pages, vs. author pages, and (b) links to author pages will appear on these site pages. As such, the names the plugin generates appear unpermalinked.
Additionally, even with the plugin installed and the `showauthors=1` parameter enabled,all lists will be organized per pages rather than per authors. Alphabetically ordering a list by ascending `post_title` (that is, `sort_order=ASC&sort_column=post_title`) -- the default method -- will result in a list like the following, regardless of author name:
* John Doe, Title A One Here
* Zach James, Title B Two Here
* Alan Adams, Title C Three Here
* &tc.
As demand warrants, future builds may include these additional functionalities.
Interested in helping develop the Advanced Dates plugin? Visit the GitHub repository: https://github.com/studiohyperset/show-authors-in-page-list
== Screenshots ==
== Changelog ==
= 1.0 =
* 6/19/11 - Initial release
== Upgrade Notice ==
= 1.0 =
* 6/19/11 - Initial release