开发者 |
mianshahzadraza
wpacademypk |
---|---|
更新时间 | 2020年5月15日 01:52 |
PHP版本: | 5.6.0 及以上 |
WordPress版本: | 5.4 |
版权: | GPLv3 or later |
版权网址: | 版权信息 |
[WPAC_LIKE_SYSTEM]
Return Like/Dislike count for current post being viewed.
[WPAC_LIKE_COUNT] [WPAC_DISLIKE_COUNT]
Return Like/Dislike count for given post ID.
[WPAC_LIKE_COUNT id="123"] [WPAC_DISLIKE_COUNT id="123"]
Return Like/Dislike count wrapped in a string, use %
where you want to display count value.
[WPAC_LIKE_COUNT string="Liked % times"] [WPAC_DISLIKE_COUNT string="Disliked % times"]
Use String with post id
[WPAC_LIKE_COUNT id="123" string="Liked % times"] [WPAC_DISLIKE_COUNT id="123" string="Disiked % times"]
Credits
Libraries and resources used in this project.
jQuery, FontAwesome, Google WebFonts
/wp-content/plugins/
directory, or install the plugin through the WordPress plugins screen directly.You can switch between like/dislike buttons and reaction system from plugin settings page.
You can post into our Forums
Make sure to deactivate and activate the plugin once.