Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author webtechideas

    (@webtechideas)

    Yes, you can use the content-likes.php file present inside this plugin’s templates folder. You need to include this inside the profile page by using the following code

    get_template_part( 'content', 'likes' );

    This is coded to work with author.php. If you are using a custom profile page, then the user id needs to be passed to the custom query inside the above file.

    Do let me know if this helped or not.

    Thanks

    Thread Starter fizzprod

    (@fizzprod)

    Thank you for your support.

    Actually i’m using a custom profile. How can i pass the user id inside the content-likes.php file ?

    Plugin Author webtechideas

    (@webtechideas)

    I am not sure what type of profile page you are using. This may come from a theme or plugin so it’s difficult for me to give you the correct answer. Also since this is a PRO version related question, lets discuss the same on support.webtechideas.com Discussing pro version related queries here is against this forum.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘List of post liked by a user’ is closed to new replies.