Orderby “Update Date” not working

Viewing 2 posts - 1 through 2 (of 2 total)
#143981

umit dursoy
Participant

The parameter update_date not working in Shortcodes and WPDM Gutenberg Block plugin. Both not working.
There must be a conflict inside codes.

For example: check wdpm-function.php line:706 below please

    $orderby = in_array(wpdm_query_var('orderby'), array('title', 'publish_date', 'updates', 'download_count', 'view_count')) ? wpdm_query_var('orderby') : $orderby;

Order parameters are:

title
publish_date
updates (what is it?)
download_count
view_count

There is no “updates” parameter in your shortcodes.
Even if I changed it from “updates” to “update_date” in wpdm-function.php did not fix the bug.

Can you please fix it?
Sorting items in Update date is a major need. It requires to fix.

Thank you.

#143983

Nayeem Riddhi
Moderator

Hi,

I think this is your topic too, https://wordpress.org/support/topic/order-by-update-date-not-working/, this attached screenshot doesn’t relate to the latest version,

resim-2021-01-03-114617

update_dateand publish_date both working in the same role, we shall look after this for fixing

thanks again

  • This reply was modified 3 years, 4 months ago by Nayeem Riddhi.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Orderby “Update Date” not working’ is closed to new replies.