Use [rating-system-posts counter="yes"] to show like & dislike for a page, post,bbPress,buddyPress etc (DO NOT USE FOR COMMENTS).
Use [rating-system-posts-disable-dislike counter="yes"] to show only the like button for a page, post,bbPress,buddyPress etc (DO NOT USE FOR COMMENTS).
Use [rating-system-comments] to show like & dislike for comments (USE ONLY FOR STANDARD WORDPRESS COMMENTS).
Use [rating-system-comments-disable-dislike] to show only the like button for commens (USE ONLY FOR STANDARD WORDPRESS COMMENTS).
Use [rating-system-top-posts] to display all posts ordered by their likes.
Shortcode parameters for [rating-system-top-posts]:
number = the number of posts to be dislayed (type a number here)(default 5)
display_counter = display the number of likes after the title (type yes or no)(default yes)
display_content = display the content for each post (type yes or no)(default no)
link_to_post = make the title of the post a link to original post (type yes or no)(default yes)
category_slugs = only display posts from certain categories (type categories slugs here)(default empty)
如:
Display top 5 posts: [rating-system-top-posts number="5"]
Display top 5 posts without link to original post: [rating-system-top-posts number="5" link_to_post="no"]
Display top 5 posts from category with slug cats: [rating-system-top-posts number="5" category_slugs="cats"]
Display top 10 posts from multiple categories: [rating-system-top-posts number="10" category_slugs="cats,dogs,planes"]
Display top 10 posts from multiple categories with content and no counter: [rating-system-top-posts display_counter="no" display_content="yes" number="10" category_slugs="cats,dogs,planes"]
Translation
Avaible in Arabic.Translation provided by dev-ide.net
== Installation ==
After you download the plugin go to Plugins -> Add New -> Upload Plugin
Choose the zip and upload
屏幕截图:
更新日志:
2.7.6.1
Fixed fatal error on some case sensitive hosts.
Fixed mirror bugs.
2.7.6
Fixed ip and cookie tracking.
Fixed custom text when voting.
Removed ReduxFramework.
Removed some options.
2.7.5
Fixed comments rating errors.
2.7.4
Added support for cookie tracking.
Added documentation in plugin.
Added message to let the user know that he has to be logged in to vote.
Added box for easy editing individual likes & dislikes.
Added counter args to shortcodes for posts & pages.
Fixed fatal error on activating the plugin.
Fixed javascript files didn't load in rare cases.
Fixed comments not being sorted by the number of likes.(Thanks to Steven Kohlmeyer)
Replaced the text in columns with icons.
Removed the statistics dashbord widget.
2.7.3
Fixed Custom text being displayed when cancelling vote.
Fixed [rating-system-posts] shortcode only showing the like button.
Fixed [rating-system-comments] shortcode only showing the like button.
Added [rating-system-posts-disable-dislike] to show only the like button.
Added [rating-system-comments-disable-dislike] to show only the like button for comments.