Home Forums WTI Like Post PRO Display authors most liked post on author.php Reply To: Display authors most liked post on author.php

#431
Webtechideas
Keymaster

You need to use the code from content-likes.php file. It will show the posts liked by the author. If you want to show the most liked posts authored by the author, then you need to change the query by replacing WHERE L.user_id = {$author->ID} with WHERE P.post_author = {$author->ID}. Do let us know if this helped you or not.