Authors Page
开发者 |
wpchefgadget
|
更新时间 |
2016年9月16日 01:41 |
PHP版本: |
3.5.2 及以上 |
WordPress版本: |
4.5.3 |
版权: |
GPLv2 or later |
版权网址: |
版权信息
|
详情介绍:
This plugin displays a table of users with specific roles on a separate page by simply pasting the shortcode [authors_page]
.
The table consists of avatars and usernames. By using the "role" attribute you can choose to display only users of a certain role.
Example: [authors_page role="editor"]
The users are ordered by post number, from highest to lowest.
You can also display the number of posts made by a user by adding the "counter" attribute, like this: [authors_page role="editor" counter="post"]
In the "counter" attribute you can use the %post% placeholder to customize the look of the counter. For example counter="# of posts is %post%"
will display this: "# of posts is 123" where 123 is the number of posts made by a user. The old syntax - counter="post"
- is still supported and is the same as this: counter="(%post%)"
In order to view more details about a user in the table, you just have to click on the corresponding username and all available information will be displayed. This feature is enabled by the WP Biographia plugin IF it is already installed. Otherwise the default WordPress functionality will be used.
When activated, the plugin creates an "Authors Page" containing all shortcode options available, so you can preview how it works right away.
The "Authors Page" plugin is useful for displaying an interactive list of users/ authors on one page.
更新日志:
1.5
- The "counter" attribute supports the %post% placeholder now.
1.4
1.3