Title: Creating permalink for user&#8217;s favorite posts
Last modified: September 22, 2017

---

# Creating permalink for user’s favorite posts

 *  [infantree](https://wordpress.org/support/users/eclark452/)
 * (@eclark452)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/creating-permalink-for-users-favorite-posts/)
 * I would like for all users to add favorites and then share them with a link.
 * Is there a way to create a permalink or a URL structure that would allow anyone
   to visit a page displaying any users favorited posts, including anonymous users?
   I am using cookies only to store the data since creating an account is not in
   scope.
 * I see that I can get user favorites with `get_user_favorites_list();` but I don’t
   believe I will not have a user ID stored to enter into that function (Assuming
   that I can read an ID from a URL query string).
 * I have a page that lists the current user’s favorited posts like so: (I am working
   locally so no link right now. Sorry!)
 *     ```
       while ( have_posts() ) : the_post();
           $favorites = get_user_favorites();
           if ( $favorites ){
               foreach($favorites as $post_id) {
               ...markup...
               }
               ...
       ```
   
 * Thanks for your help!
    -  This topic was modified 8 years, 8 months ago by [infantree](https://wordpress.org/support/users/eclark452/).
    -  This topic was modified 8 years, 8 months ago by [infantree](https://wordpress.org/support/users/eclark452/).
    -  This topic was modified 8 years, 8 months ago by [infantree](https://wordpress.org/support/users/eclark452/).

The topic ‘Creating permalink for user’s favorite posts’ is closed to new replies.

 * ![](https://ps.w.org/favorites/assets/icon-128x128.png?rev=1677726)
 * [Favorites](https://wordpress.org/plugins/favorites/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/favorites/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/favorites/)
 * [Active Topics](https://wordpress.org/support/plugin/favorites/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/favorites/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/favorites/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [infantree](https://wordpress.org/support/users/eclark452/)
 * Last activity: [8 years, 8 months ago](https://wordpress.org/support/topic/creating-permalink-for-users-favorite-posts/)
 * Status: not resolved