Mô tả
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
Cài đặt
- 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)
Đánh giá
Không có đánh giá nào cho plugin này.
Người đóng góp & Lập trình viên
“Like Posts & Comments” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “Like Posts & Comments” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
1.1 : Correction minor bugs for multisite options
