Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Realtyna

    (@realtyna)

    Hello,

    You should add a new record on [wp_prefix]_wpl_sort_options table using phpMyAdmin or any other database management software.
    For adding this field you can simply run this query on your database.

    INSERT INTO wp_wpl_sort_options (id,kind,name,field_name,enabled,index) VALUES
    (10001, '[0][1]', 'Last Modified', 'p.last_modified_time_stamp', 1, 18.00);

    Regards,
    Realtyna support team

    Thread Starter match858

    (@match858)

    Thank you, that works nicely.

    Ah, but when called in a short code it doesn’t sort by date modified.

    Plugin Author Realtyna

    (@realtyna)

    Hello,

    Please check wpl_sort_options table or WPL->Data Structure->Sort options and make sure new option is added. Also make sure it is enabled.
    After that you should see it on WPL shortcode wizard.

    If everything works well it should work. if it doesn’t work maybe you have done somethings wrong.

    Regards,
    realtyna support team

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sort by options’ is closed to new replies.