-
Posted a reply to After/clicked favorite button hook?, on the site WordPress.org Forums:
This is what I use: <?php the_favorites_button($post_id, $site_id); ?> -
Posted a reply to Is it possible to create different lists of favorite posts ?, on the site WordPress.org Forums:
You can customise the favourites list using the Method 2 WP Query code here, you… -
Posted a reply to Is it possible to have a dedicated search field for favorite posts list ?, on the site WordPress.org Forums:
You would start by creating a custom favorites list in your template using the Method… -
Posted a reply to Help me!!, on the site WordPress.org Forums:
Sounds like you would use custom CSS to viusally center the button in your template,… -
Created a topic, This is how to use WP Query for custom user favorites list, on the site WordPress.org Forums:
Link to author Git code Look no further. -
Posted a reply to Simple Favorite DB, on the site WordPress.org Forums:
The data is stored as an array in the user meta. -
Posted a reply to After/clicked favorite button hook?, on the site WordPress.org Forums:
I was able to use the Javascript Event 'favorites-updated-single'