>
Download This Plugin | |
Download Elegant Themes | |
Name | Favorite Post |
Version | 0.1 |
Author | Tareq Hasan |
Rating | 80 |
Last updated | 2013-08-15 05:34:00 |
Downloads |
1551
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Favorite Post plugin added 3 kB of resources to the Home page and 3 kB of resources to the sample Post page.
Favorite Post plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Favorite Post plugins ads the following DB table(s) to your Wordpress blog database:Table name | Table size (in bytes) |
---|---|
wp_favorite_post | 49152 |
This is a simple yet another favorite post plugin for WordPress.
<?php if ( function_exists( 'wfp_button' ) ) wfp_button(); ?>
this code in your post page to show a favorite post link.$favorites = WeDevs_Favorite_Posts::init()->get_favorites();
- get favorite posts. Supports 3 parameters, post_type
, limit
, offset
. The default post_type
is all
, for getting all post types.[favorite-post-btn]
for inserting the favorite post link. You can also pass a post id as a parameter. [favorite-post-btn post_id="938"]
.[favorite-post]
to display favorited posts. You can also pass these parameters: user_id
, count
, post_type
. e.g. [favorite-post user_id="1" count="5" post_type="all"]
This may have bugs and lack of many features. If you want to contribute on this project, you are more than welcome. Please fork the repository from Github.
Brought to you by Tareq Hasan from weDevs
Please donate for this awesome plugin to continue it's development to bring more awesome features.