विवरण
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_commentsfolder 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)
समीक्षाएं
इस प्लगइन के लिए कोई समीक्षा नहीं है।
सहायक &डेवलपर्स
Translate “Like Posts & Comments” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
बदलाव विवरण
1.1 : Correction minor bugs for multisite options
