Linux 软件免费装
Banner图

WP Featured Users By Scripty Team

开发者 scriptyteam
更新时间 2016年12月3日 20:20
捐献地址: 去捐款
PHP版本: 3.0.1 及以上
WordPress版本: 4.6.1
版权: GPLv2 or later
版权网址: 版权信息

标签

users user features star favorites

下载

详情介绍:

Allows the administrator to make featured users by adding star column in Users list table and checkbox field in Edit User Profile Page. You can retrieve the featured users using User Meta "wpfui2i_featured_user" or the shortcode [list_featured_users]. Also you can use custome shortcode by add "fileds" and "output" parameters, i.e. [list_featured_users output="array" fields="ID,user_email"] [list_featured_users output="table" fields="display_name"] Shortcode Parameters: Output: -table:default To dispaly the autput as table,We added Classes to customize this table easily by CSS. -array: To display the output as PHP array,this useful for php developers. fields: -by default,It will display (ID,user_login,display_name,user_email),you can choose some of them not all

安装:

  1. Upload the plugin files to the /wp-content/plugins directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the 'Plugins' screen in WordPress
  3. Add features users from WP List Users Page in Admin Dashboard.
  4. Use [list_featured_users] to display the results.

屏幕截图:

  • WP List Users Table
  • Edit User Page
  • Results as Table

常见问题:

How Can I assighn user as featured?

From WP List Users Page in Admin Dashboard.

How Can I use the shortcode

You can use "[list_featured_users]" shortcode by pasting it in any page content. i.e. [list_featured_users output="array" fields="ID,user_email"] [list_featured_users output="table" fields="display_name"]