Order Post by Rating

Discussion in 'ReThink WordPress Theme' started by ckfromok, Apr 8, 2016.

Thread Status:
Not open for further replies.
  1. ckfromok

    ckfromok New Member

    Joined:
    Apr 6, 2016
    Messages:
    11
    Likes Received:
    1
    I want to display review posts ordered by RATING i.e posts with top rating should appear first,
    how can I do it?
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    It requires some source code customization in the theme and our time as well,

    As InkThemes has been receiving a high volume of support requests, therefore, we will charge you for this customization,

    Do let me know if you agree then, I will tell you the amount and mode of payment.

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
    smith likes this.
  3. ckfromok

    ckfromok New Member

    Joined:
    Apr 6, 2016
    Messages:
    11
    Likes Received:
    1
    that is strange, I have have not asked for any paid customization,read my post again I just need a hint how to do it,
     
  4. ckfromok

    ckfromok New Member

    Joined:
    Apr 6, 2016
    Messages:
    11
    Likes Received:
    1
    Just tell me in which table the "Overall Rating" field exists ..... it is not in Your_rating table
     
    smith likes this.
  5. ckfromok

    ckfromok New Member

    Joined:
    Apr 6, 2016
    Messages:
    11
    Likes Received:
    1
    OK I have done it myself just 3 lines of code which any experienced support personnel could have told in a second (and saving some of my time) since its your product you know its back end working , but anyways .........

    Here is the code for anyone looking for same functionality .......

    $query->set( 'meta_key' , 'reviewsite_post_rating' );
    $query->set( 'orderby' , 'meta_value_num' );
    $query->set( 'order' , 'DESC' );

    and result can be seen at my site here
    http://bestbaby-car-seat.com/category/reviews/
     
  6. priya

    priya Guest

    Hello,

    Hope doing good.

    I really appreciate your efforts in exploring the things and sharing your knowledge here.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
Thread Status:
Not open for further replies.

Share This Page