Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
I needed to organize items (projects and clients) by menu_order on the main page, but it was not working. Reviewing the source code, I found an error in home.php file, I needed to replace “order_by” by “orderby” , removing the underline, in pitch_display_loop and it worked.