Like Posts & Comments
开发者 |
|
更新时间 |
2013年2月15日 15:55 |
PHP版本: |
3.3 及以上 |
WordPress版本: |
3.5 |
版权: |
GPLv2 or later |
版权网址: |
版权信息
|
详情介绍:
This plugin provides 4 new template tags to display some informations/actions about posts and comments. This template tags have to be called within the loop :
wp_postlike(); : Return a link to like or unlike a post
wp_commentlike(); : Return a link to like or unlike a comment
wp_nb_postlike(); : Return a text to display the number of like for the current post
wp_nb_commentlike(); : Return a text to display the number of like for the current comment
安装:
- Upload
likes_posts_comments
folder to the /wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Place the new template tags in your templates (within the loop)
更新日志:
1.1 : Correction minor bugs for multisite options