postMash problem
-
Hello – sure this has been covered before but…
Having a problem using postMash Customer Order v1.0.3. Using TwentyTen theme and added code:
<?php
$wp_query->set(‘orderby’, ‘menu_order’);
$wp_query->set(‘order’, ‘ASC’);
$wp_query->get_posts();
?>before “<div id=”content” role=”main”>” as directed.
Doesn’t work. Is there anything I’m missing?
- The topic ‘postMash problem’ is closed to new replies.