This topic has 6 replies, 3 voices, and was last updated 12 years, 10 months ago by fetaone.
Tagged: menu
Viewing 7 posts - 1 through 7 (of 7 total)
Hi Guys, Great Theme,
I have one question. I want to order the menu items. We also use your Mataam Restaurant theme for another site and the order field works great.
Any advice?
Also noticed a wee bug: the title link text box dosnt put in the correct code. titlelink=”false”
Cheers Guys
Menu Order using food menu shortcode is possible, for that open foodmenu.php file located in the victoria/framework/shortcode/foodmenu.php
Find and replace code as shown below
Find Code
'paged' => $paged, 'order' => 'DESC'
Replace Code
'paged' => $paged, 'orderby' => 'menu_order', 'order' => 'DESC'
For title link i need to see where its not working so kindly please post the URL to your site with WP Logins or you can contact on skype so that i can give you support over skype.
Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic.