Changeset 553573
- Timestamp:
- 06/05/2012 09:21:00 PM (14 years ago)
- File:
-
- 1 edited
-
featured-users-wordpress-plugin/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
featured-users-wordpress-plugin/trunk/readme.txt
r553570 r553573 13 13 == Description == 14 14 15 While working on a custom WordPress theme we needed the ability to feature users / authors. So we created this plugin which allows the administrator to easily star (featured) users. Then using a custom query in the theme we where able to get only the featured users by only retrieving users with the custom user meta jsfeatured_user. The plugin dosent make any chanages to your current theme it only does the following:15 While working on a custom WordPress theme we needed the ability to feature users / authors. So we created this plugin which allows the administrator to easily star (featured) users. Then using a custom query in the theme we where able to get only the featured users by only retrieving users with the custom user meta "jsfeatured_user". The plugin dosent make any chanages to your current theme it only does the following: 16 16 17 17 1. Adds a featured column in the Users panel of the WordPress Admin 18 2. When a user is featured the plugin adds or updates the custom filed jsfeatured_userand sets the value to yes.18 2. When a user is featured the plugin adds or updates the custom filed "jsfeatured_user" and sets the value to yes. 19 19 20 20 Feel free to use and include in your WordPress Installs, please think of us if you need a custom theme or plugin developed!!
Note: See TracChangeset
for help on using the changeset viewer.