• Resolved ALBCODERS

    (@albcoders)


    Thanks for the plugin I’m using this great plugin on my 3 themes.
    I created the most liked videos page thats Ok but would be nice to have a page for each user with videos liked.

    I mean something like favorite post.When I click with my profile and Like a video in my profile page I can watch again.

    So I will add this in buddypress template if its possible.

    Is there any way to do that with this plugin?

    https://wordpress.org/plugins/wp-ulike/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Alimir

    (@alimir)

    hey #ALBCODERS
    sorry for being late,
    Yes we can do this on author.php file with a shortcode. i will work on this ability for the next versions.

    Thread Starter ALBCODERS

    (@albcoders)

    Thankyou

    +1 on user’s liked posts.
    It will be good to have a function as well as shortcode to display them.
    Will try your plugin today!
    Thanks,
    Sascha

    I guess it would be good also to have a function just to get the ids of the posts liked by that user:

    get_user_liked_posts()

    This would return the ids in an array. This can then be used in WP_Query and using post__in for instance to get those posts and do something with them.

    Maybe a function the_user_liked_posts() to display them is ok too, but not necessary for me as I like to create my own output.

    So far my thoughts about this.
    Thanks again,
    Sascha

    Thread Starter ALBCODERS

    (@albcoders)

    This plugin is realy great 🙂 I’m going to make a test on author.php

    1+

    Great Plugin 🙂

    Plugin Author Alimir

    (@alimir)

    Thanks dear neewada 🙂

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘User's Liked Posts’ is closed to new replies.