Descrizione
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
Installazione
- 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)
Recensioni
Non ci sono recensioni per questo plugin.
Contributi e sviluppo
“Like Posts & Comments” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.
CollaboratoriTraduci “Like Posts & Comments” nella tua lingua.
Ti interessa lo sviluppo?
Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.
Changelog
1.1 : Correction minor bugs for multisite options
