Hello,
Is there a way to customize the icon used to Favorite posts? I am trying to make it a grey heart that turns to a red heart when someone favorites it. Also, can I make the text and icon bigger?
Thanks!
]]>Hi, when using the shortcode on a page, can I sort the list of favorite posts alphabetically? Thanks in advance.
]]>Hi all,
Is there a quick and easy way to set this plugin to allow everyone (both logged in and non logged in users) to use this favourites functionality?
Thanks in advance
]]>I am trying to display the featured image from the favourite post.
Can anyone help with the code to get this to work?
Chris
]]>When you put a short code like this
<div>[favorite-post]</div>
The output of the short code is always outside the div box. Why is that?
]]>In the description there are examples of parameters to be used with shortcode, for example: post_type, user_id, etc.
While the example said etc, I can’t find anywhere for the list of the parameters. Itried to use the standard WP parameters but seems failed.
What I want to display are favourites categorised by post categories.
Any help?
Thanks
Only registered users can see the save to favorites. The box is not checked in settings. Non-registered users see just the “star” and no words. The star does not provide the saving either. thank you
]]>Hi, I love how simple this plugin is and it works great for regular posts.
However, I have a site that uses a business directory plugin that creates custom post types called WPBDP_POST_TYPE
When I try to save a custom post type it does not save properly?
Any advice how to make the plugin work with custom post types?
]]>Hi how can i display message to non logged in users without changing the core?
I have used following code . But it has no effect.
<?php if(is_user_logged_in()){
if ( function_exists( 'wfp_button' ) ) wfp_button();
}else{
sprintf(__( 'You must be <a href="%s">Logged in</a> to post a comment.' ), site_url('/einloggen?action=login&redirect_to=' . get_permalink()) );
}
?>
]]>
<?php
$temp = $wp_query;
$wp_query = null;
$wp_query = new WP_Query();
$wp_query->query($favorites = WeDevs_Favorite_Posts::init()->get_favorites());
while ($wp_query->have_posts()) : $wp_query->the_post(); ?>
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
thats obviously wrong, but what do I need to to here?
]]>Hi
Thanks for a great plugin!
I was wondering if it’s possible to have the same solution but without the need of user to being logged in?
Thank!
]]>