Huseyin Berberoglu
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Favorite Posts] get_user_metaFixed. Thank you.
You can also send pull requests via GitHub : https://github.com/hberberoglu/wp-favorite-posts
Forum: Plugins
In reply to: [WP Favorite Posts] $_Request needs issetOk, fixed. Thank you.
You can also send pull requests via GitHub : https://github.com/hberberoglu/wp-favorite-posts
Forum: Plugins
In reply to: [WP Favorite Posts] Custom Favourite Links?For wp favorite posts i can say; you can not do this.
Forum: Plugins
In reply to: [WP Favorite Posts] Does this plugin work on custom post types?There is no offical support for custom post types. But you can easily implement this feature by changing wpfp-page-template.php see: http://ww.wp.xz.cn/support/topic/custom-post-type-24?replies=19
Forum: Plugins
In reply to: [WP Favorite Posts] where are saves stored in the DB??post_meta and user_meta
Forum: Plugins
In reply to: [WP Favorite Posts] Favorites Page ProblemI’ll check this issue. For now try to use [wp-favorite-posts] instead of {{wp-favorite-posts}}
Forum: Plugins
In reply to: [WP Favorite Posts] Favorites Dont show on favorites page.Hmm, I think it’ll be good if there is support for custom post types.
Forum: Plugins
In reply to: [WP Favorite Posts] MobileI think, this is not related to wp favorite posts plugin.
Hello,
Please try to add “wp-favorite-posts.php” to “Never cache the following pages” section.
I’m using wp favorite posts plugin with W3 Total Cache also but i don’t allow non-registered users to use plugin. If it is possible for you, you can use “only registered users can favorite” option.
Forum: Plugins
In reply to: [Unconfirmed] Great plugin abilities but navigation stops you using themI agree with this. But there is a workaround for this:
<your domain>/wp-admin/users.php?page=unconfirmed&orderby=registered&order=asc&per_page=100
change per_page value to anything you want.
Forum: Plugins
In reply to: [WP Favorite Posts] How to display the counterIt should work.
Forum: Plugins
In reply to: [WP Favorite Posts] How to display the counterTry
<?php echo wpfp_get_post_meta(get_the_ID()); ?>Forum: Plugins
In reply to: [WP Favorite Posts] Share Favorite on FacebookOh great news 🙂
Forum: Plugins
In reply to: [WP Favorite Posts] Share Favorite on FacebookI supposed to share “favorite posts list” on facebook. When you’re in single.php you can use permalink.
But I think ArtGoddes needs facebook integration+fb app etc. This issue is not related with wp favorite posts plugin. This is an extra integration. It can be done with “wpfp_after_add” action.
Forum: Plugins
In reply to: [WP Favorite Posts] Blank options pageWordPress 2.6 is very old sorry. I’m testing the plugin with last version.