Plugin Directory

Changeset 1310566


Ignore:
Timestamp:
12/17/2015 04:36:31 AM (10 years ago)
Author:
writegnj
Message:

asset added

Location:
favorite-authors
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • favorite-authors/trunk/README.md

    r1309657 r1310566  
    11#Favorite Authors
    2 Favorite authors on multi author WordPress sites for loggedin users
     2Favorite Authors allow you to add all of your favorite authors on your account.
     3Simply 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.
    34
    45Please email me for any comments or questions o@ohsikpark.com
     
    910Add this PHP snippet where you want to display `Favorite author` button `<?php fav_authors_link(); ?>`
    1011
    11 - What are the shortcode?
     12- Shortcode
    1213Use `[favorite-authors-list]` on your page or post to display list of favorited authors.
    13 
    14 
    15 ###Todos..
    16 1. Pagination should be improved
    17 
    1814
    1915###Changelog
    2016
    21 = 1.0 =
     17v 1.0
    2218* In development
    2319
  • favorite-authors/trunk/README.txt

    r1309657 r1310566  
    1010
    1111== Description ==
    12 Favorite authors on multi author WordPress sites for loggedin users
     12Favorite Authors allow you to add all of your favorite authors on your account.
     13Simply 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
     15Please email me for any comments or questions o@ohsikpark.com
     16
     17*Github*
     18https://github.com/ohsik/favorite-authors
    1319
    1420
     
    17231. Upload `favorite-authors` folder to the `/wp-content/plugins/` directory
    18242. 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.
     253. Place `<?php fav_authors_link(); ?>` on your template files where you want to display Favorite button
     263. Place `[favorite-authors-list]` in your page/post to display list of favorited author list
     27
    2128
    2229== Frequently Asked Questions ==
     
    2532Add this PHP snippet where you want to display `Favorite author` button `<?php fav_authors_link(); ?>`
    2633
    27 = What are the shortcode? =
     34= How to show faorited authors on a page? =
    2835Use `[favorite-authors-list]` on your page or post to display list of favorited authors.
    2936
     37= How to change number of authors displayed =
     38By default, it shows 20 authors per page. Change `$limit = 20;` on `fav_authors_pagi()` and `fav_authors_get_list()` in `favorite-authors.php` file.
    3039
    3140
Note: See TracChangeset for help on using the changeset viewer.