Linux 软件免费装
Banner图

EFavourite Posts

开发者 excellentwebworld123
更新时间 2019年10月1日 19:39
捐献地址: 去捐款
版权: GPLv3
版权网址: 版权信息

标签

posts favourite favourite posts favourites

下载

1.1 1.2

详情介绍:

Do you want to allow your users to add Most Favorite Posts in WordPress Website? Here is the most favorite post plug-in for WordPress which allows your website visitors to add favorite posts. This plug-in also uses cookies for saving data so unregistered users can also favorite a post. How to Allow Users to Add Favorite Posts in WordPress? You have two options to set favorite posts with login user or without login. You have also option to set for only registered users can favorite posts as well as where to show favorite posts link for adding a post as favorite. You can set widget for favorite posts where the user can see most visited posts on your website. For this, you have to put below function where you want to display your EFavorite Posts widget. Plug-in also support custom posts so that your user can favorite unlimited post types by selecting posts to display favorite option on any post type from "Custom Posts Settings". you can also create a page template for display favorite posts list for specific user and for this one you have to add this shortcode: {{efav-favourite-posts}} to the content area. Most Favourited Posts If you use WP Super Cache you must add page (which you show favorites) URI to "Accepted Filenames & Rejected URIs If you need support create a topic on support forum

安装:

  1. Unzip into your /wp-content/plugins/ directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Place <?php if (function_exists('efav_link')) { efav_link(); } ?> in your single.php or page.php template file. Then favourite this post link will appear in all posts.
  4. OR if you DO NOT want the favourite link to appear in every post/page, DO NOT use the code above. Just type in [efav-link] into the selected post/page content and it will embed the print link into that post/page only.
  5. Create a page e.g. "Your Favourites" and insert {{efav-favourite-posts}} text into content section. This page will contain users favourite posts.
  6. That's it :)

屏幕截图:

  • General Settings
  • Label Settings
  • Custom Posts Settings
  • Help
  • Add posts to favourite and widget
  • Page for Favourite posts list