Viewing 2 replies - 1 through 2 (of 2 total)
  • Open \wp-content\plugins\contus-video-gallery\front\models\videomore.php and find home_playlistthumbdata. Inside the function you can find the below code around line no 196

    ORDER BY field(vid,”.implode(‘,’,$videoIdArray).”)

    Now replace with the below code and check.

    ORDER BY hitcount DESC

    Thread Starter sakram80

    (@sakram80)

    Hi,
    Thanks alot. it works fine ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sort by view count in post’ is closed to new replies.