• Resolved marklawntalk

    (@marklawntalk)


    Theres a bug in the archive page. particularly the orderby option . It should be ‘orderby’ not ‘order_by’

    $available_accomodations_args = array(
    'post_type' => 'eshb_accomodation',
    'paged' => $paged,
    'post_status' => 'publish',
    'posts_per_page' => $posts_per_page,
    'orderby' => $posts_order_by, // <-- fixed 'order' => $posts_order
    );

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Mahabub Alam

    (@maha25)

    Hi,

    Thank you for bringing this to our attention. We will review the issue on our end and update the plugin accordingly.

    Thanks again for your feedback and support.

    Best regards

    Plugin Author Mahabub Alam

    (@maha25)

    Hi, Thanks for your patience. We already fixed the issues and udpate our plugin.

    Regards

    Thread Starter marklawntalk

    (@marklawntalk)

    Thanks

    Plugin Author Mahabub Alam

    (@maha25)

    Hi, I am going to make it as resolved. If you like our pluign try to leave us 5 star rating with good comments. thanks again

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

The topic ‘Orderby not working’ is closed to new replies.