Title: SmartMag theme problem
Last modified: August 16, 2021

---

# SmartMag theme problem

 *  Resolved [whitedd](https://wordpress.org/support/users/whitedd/)
 * (@whitedd)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/smartmag-theme-problem/)
 * 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)

 *  [Miha](https://wordpress.org/support/users/mplusb/)
 * (@mplusb)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/smartmag-theme-problem/#post-14771953)
 * Hi [@whitedd](https://wordpress.org/support/users/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](https://wordpress.org/support/users/whitedd/)
 * (@whitedd)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/smartmag-theme-problem/#post-14774076)
 * 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.

 * ![](https://ps.w.org/simple-custom-post-order/assets/icon-256x256.jpg?rev=2969435)
 * [Simple Custom Post Order](https://wordpress.org/plugins/simple-custom-post-order/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-custom-post-order/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-custom-post-order/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-custom-post-order/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-custom-post-order/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-custom-post-order/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [whitedd](https://wordpress.org/support/users/whitedd/)
 * Last activity: [4 years, 9 months ago](https://wordpress.org/support/topic/smartmag-theme-problem/#post-14774076)
 * Status: resolved