
10+
安裝啟用
—
尚無評分
4781 天前
最後更新
—
問題解決
WordPress 3.3+ v1.1 上架:2013-02-12
內容簡介
這個外掛提供了4個新的樣板標籤,用於顯示關於文章和評論的某些資訊/操作。這些樣板標籤必須在迴圈內調用:
wp_postlike();:返回一個鏈接,用於點贊或取消點贊一篇文章
wp_commentlike();:返回一個鏈接,用於點贊或取消點贊一條評論
wp_nb_postlike();:返回一個文本,用於顯示當前文章的點贊數
wp_nb_commentlike();:返回一個文本,用於顯示當前評論的點贊數
外掛標籤
開發者團隊
原文外掛簡介
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
