Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Like Posts & Comments

Descripción

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

Instalación

  1. Upload likes_posts_comments folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place the new template tags in your templates (within the loop)

Reseñas

No hay valoraciones para este plugin.

Colaboradores y desarrolladores

«Like Posts & Comments» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Like Posts & Comments» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.1 : Correction minor bugs for multisite options