Bu eklenti, WordPress'in son 3 ana dağıtımı ile test edilmemiş. Artık bakımı yapılmıyor veya desteklenmiyor olabilir ve WordPress'in daha güncel sürümleriyle birlikte kullanıldığında uyumluluk sorunları olabilir.

Like Posts & Comments

Açıklama

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

Yükleme

  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)

İncelemeler

Bu eklenti için herhangi bir değerlendirme bulunmuyor.

Katkıda Bulunanlar ve Geliştiriciler

“Like Posts & Comments” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye katkıda bulunmuşlardır.

Katkıda bulunanlar

Değişiklik Kaydı

1.1 : Correction minor bugs for multisite options