Changeset 1310566
- Timestamp:
- 12/17/2015 04:36:31 AM (10 years ago)
- Location:
- favorite-authors
- Files:
-
- 4 added
- 2 edited
-
assets/favrite-authors-banner-1544x500.png (added)
-
assets/favrite-authors-banner-772x250.png (added)
-
assets/favrite-authors-icon-128x128.png (added)
-
assets/favrite-authors-icon-256x256.png (added)
-
trunk/README.md (modified) (2 diffs)
-
trunk/README.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
favorite-authors/trunk/README.md
r1309657 r1310566 1 1 #Favorite Authors 2 Favorite authors on multi author WordPress sites for loggedin users 2 Favorite Authors allow you to add all of your favorite authors on your account. 3 Simply add `<?php fav_authors_link(); ?>` on your template files to display Favorite button and use `[favorite-authors-list]` shortcode on page or post to show favorited author list. 3 4 4 5 Please email me for any comments or questions o@ohsikpark.com … … 9 10 Add this PHP snippet where you want to display `Favorite author` button `<?php fav_authors_link(); ?>` 10 11 11 - What are the shortcode?12 - Shortcode 12 13 Use `[favorite-authors-list]` on your page or post to display list of favorited authors. 13 14 15 ###Todos..16 1. Pagination should be improved17 18 14 19 15 ###Changelog 20 16 21 = 1.0 = 17 v 1.0 22 18 * In development 23 19 -
favorite-authors/trunk/README.txt
r1309657 r1310566 10 10 11 11 == Description == 12 Favorite authors on multi author WordPress sites for loggedin users 12 Favorite Authors allow you to add all of your favorite authors on your account. 13 Simply add `<?php fav_authors_link(); ?>` on your template files to display Favorite button and use `[favorite-authors-list]` shortcode on page or post to show favorited author list. 14 15 Please email me for any comments or questions o@ohsikpark.com 16 17 *Github* 18 https://github.com/ohsik/favorite-authors 13 19 14 20 … … 17 23 1. Upload `favorite-authors` folder to the `/wp-content/plugins/` directory 18 24 2. Activate the plugin through the 'Plugins' menu in WordPress 19 3. Place `[favorite-authors-list]` in your pages 20 4. Set options on the setting page. 25 3. Place `<?php fav_authors_link(); ?>` on your template files where you want to display Favorite button 26 3. Place `[favorite-authors-list]` in your page/post to display list of favorited author list 27 21 28 22 29 == Frequently Asked Questions == … … 25 32 Add this PHP snippet where you want to display `Favorite author` button `<?php fav_authors_link(); ?>` 26 33 27 = What are the shortcode? =34 = How to show faorited authors on a page? = 28 35 Use `[favorite-authors-list]` on your page or post to display list of favorited authors. 29 36 37 = How to change number of authors displayed = 38 By default, it shows 20 authors per page. Change `$limit = 20;` on `fav_authors_pagi()` and `fav_authors_get_list()` in `favorite-authors.php` file. 30 39 31 40
Note: See TracChangeset
for help on using the changeset viewer.