• Resolved araucaria

    (@araucaria)


    Hi,

    In the widget form, it’s not possible to select ASC for the order of the query. I think this is due to a missing single quote in form.php at line 88:
    echo "<option value='{$v}" . selected( $v, $order, false ) . ">{$v}</option>";
    should be:
    echo "<option value='{$v}'" . selected( $v, $order, false ) . ">{$v}</option>";

    Thanks for a really useful plugin!

    – Chris

    https://www.ads-software.com/extend/plugins/mini-loops/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Mini Loops] Missing closing quote in form HTML’ is closed to new replies.