• Resolved glenn-om4

    (@glenn-om4)


    I’ve noticed that the ML documentation makes reference to both orderby and order_by – order_by is the one that works for ML

    So possibly the documentation could do with an update. This is the page: https://www.ads-software.com/plugins/mini-loops/other_notes/

    First reference:

    “Order By: What order the posts should be displayed in. Default: date

    [miniloop orderby=date]
    get_miniloops( array(‘orderby’ => ‘date’ ) );”

    Second reference:

    “Here are the acceptable arguments and their default values:

    $args = array(
    ‘title’ => __( ‘Recent Posts’, ‘mini-loops’ ),
    … snip
    ‘order_by’ => ‘date’,”

    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 ‘Mini Loops documentation error: order_by vs orderby’ is closed to new replies.