轻量WordPress文章收藏插件Favorites
Favorites插件是一个轻量级、简单好用的文章收藏WordPress插件,这款插件不仅可以使用在文章收藏, 同时也可以作为书签/愿望清单/等功能来使用。
该插件主要提供用户登录后可收藏文章, 还能够将用户收藏的所有文章以列表的形式展现出来,显示文章收藏数量,用户收藏文章数量等功能; 并且提供大量简码方便使用。
插件截图

插件安装
方法一:在wordpress后台-插件-安装插件中搜索 favorites 点击安装,要注意的是插件作者是Kyle Phillips,以防下载错误。(官网经常进不去,推荐第二种方法)
方法二:在本站下载最新版本favorites插件2.3.1
链接:https://pan.baidu.com/s/1yEFpbOQvD6a735xhGgDjhA
提取码:itdv
复制
方法三:进入favorites插件官网 – 点击进入官网
插件使用
收藏按钮
获取功能:<?php get_favorites_button($post_id, $site_id) ?>
打印功能:<?php the_favorites_button($post_id, $site_id)?>
简 码: [favorite_button post_id="" site_id=""]
如果在循环内,所有情况下,帖子ID都可以保留为空白。site_id参数是可选的。
复制
收藏计数
获取功能:<?php get_favorites_count($post_id) ?>
打印功能:<?php the_favorites_count($post_id) ?>
简 码:[favorite_count post_id=""]
复制
收藏列表
获取函数(返回ID数组):<?php get_user_favorites($user_id, $site_id, $filters)?>
获取函数(返回html列表):<?php get_user_favorites_list($user_id, $site_id, $include_links, $filters, include_thumbnails="false" thumbnail_size="thumbnail" include_excerpt="false")?>
打印功能(打印html列表):<?php the_user_favorites_list($user_id, $site_id, $include_links, $filters, include_thumbnails="false" thumbnail_size="thumbnail" include_excerpt="false")?>
简码(打印html列表,并选择省略链接): [user_favorites user_id="" include_links="true" site_id="" post_types="", include_thumbnails="false" thumbnail_size="thumbnail" include_excerpt="false"]
复制
清除收藏夹按钮
获取功能:<?php get_clear_favorites_button($site_id, $button_text)?>
打印功能:<?php the_clear_favorites_button($site_id, $button_text)?>
简 码: [clear_favorites_button siteid="" text=""]
复制
常见问题FAQ
- 美化包支持最新版本吗?
- 最新美化支持永久更新!