• Resolved whitedd

    (@whitedd)


    Great plugin, used for long time but after migrating from Newspaper TagDIV theme to SmartMag plugin dont work on home page and in Mega Menu… in Category listing all work great…

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @whitedd,

    Thanks for reaching out!
    It works only for the main query.
    If you want them to be ordered in a shortcode/widget then you will need to see if that widget/shortcode has the option to choose ‘order by: menu order’.

    Warmly,
    Mihaela

    Thread Starter whitedd

    (@whitedd)

    Hi, tnx for answer
    adding this code to function.php solved all…
    ??

    add_filter( 'bunyad_block_query_args', function($args){
        $args['orderby'] = 'menu_order';
        return $args;
    });
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘SmartMag theme problem’ is closed to new replies.