Title: will7914's Replies | WordPress.org

---

# will7914

  [  ](https://wordpress.org/support/users/will7914/)

 *   [Profile](https://wordpress.org/support/users/will7914/)
 *   [Topics Started](https://wordpress.org/support/users/will7914/topics/)
 *   [Replies Created](https://wordpress.org/support/users/will7914/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/will7914/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/will7914/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/will7914/engagements/)
 *   [Favorites](https://wordpress.org/support/users/will7914/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Zerif Lite] Zerif lite woocommerce = misssing sidebar (lost after update?)](https://wordpress.org/support/topic/zerif-lite-woocommerce-misssing-sidebar-lost-after-update/)
 *  [will7914](https://wordpress.org/support/users/will7914/)
 * (@will7914)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/zerif-lite-woocommerce-misssing-sidebar-lost-after-update/#post-7027514)
 * Hello,
 * I’m just discovering zerif-lite, and got same issue as you (i have version 1.8.3.5)
 * It seems they have added a special template for woocomerce shop page.
    The file
   name is “woocommerce.php” and you’ll notice it doesn’t call any sidebar.
 * So, what i did in my child theme :
    – copy “single.php” into my child theme directory
   and rename it as “woocomerce.php” – replace php code in <main></main> by `<?php
   woocommerce_content();?>`
 * However, please note any page/posts will have same widgets as your shop page.
   So you’ll have to set them using “full width” layout.
 * If anyone has a better solution, meaning a sidebar dedicated to woocommerce pages,
   please post here 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Restaurateur] Restaurateur – where is the page with the food images](https://wordpress.org/support/topic/restaurateur-where-is-the-page-with-the-food-images/)
 *  [will7914](https://wordpress.org/support/users/will7914/)
 * (@will7914)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/restaurateur-where-is-the-page-with-the-food-images/#post-6713138)
 * Hello
 * Not sure to have understood your request. But to add some items in this page,
   you’ll have to create a page using “Menu items, full width” or “Menu items, with
   side bar”.
 * Then, you create menu categories, from the section “Menu items”.
 * And still in that section, you create your dishes, one by one. Don’t forget to
   choose the category where your dish should appear.
 * I hope I helped you … !
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [WordPress.com Hosting](https://wordpress.org/support/topic/wordpresscom-hosting/)
 *  Thread Starter [will7914](https://wordpress.org/support/users/will7914/)
 * (@will7914)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/wordpresscom-hosting/#post-6929678)
 * Thank you
 * I didn’t know that :
 * > [wordpress] comes in two flavors: the fully hosted WordPress.com, and the self-
   > hosted version, whose software is available for free at WordPress.org.
 * Thank you very much !
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Restaurateur] Order dishes list by category, then by creation](https://wordpress.org/support/topic/order-dishes-list-by-category-then-by-creation/)
 *  Thread Starter [will7914](https://wordpress.org/support/users/will7914/)
 * (@will7914)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/order-dishes-list-by-category-then-by-creation/#post-4637422)
 * Hello. In topic, when I say “order”, I meant “sort”. Sorry for my frenglish 😀
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Restaurateur] Change the order of the menu items](https://wordpress.org/support/topic/change-the-order-of-the-menu-items/)
 *  [will7914](https://wordpress.org/support/users/will7914/)
 * (@will7914)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/change-the-order-of-the-menu-items/#post-4576753)
 * Hello. I found how to do that.
 * 1) In back office, when you create your menu categories, in the “id” part, set
   a number, for example : “0-dessert”, “1-starters”, “2-drinks”
 * 2) In menu-items-template.php and menu-items-template-full.php, line 19, replace
 *     ```
       $terms = get_terms('menu_item_category');
       ```
   
 * by
 *     ```
       $terms = get_terms('menu_item_category', array (
                               'orderby' => 'slug'
                           ));
       ```
   

Viewing 5 replies - 1 through 5 (of 5 total)