Home › Forums › Theme support › Gourmet Theme – Meals Feature › Reply To: Gourmet Theme – Meals Feature
Hi,
for question number 1: No, I’m sorry, the category page display always a grid.
If you know basic php, you can open the file “taxonomy-meal-type.php” in the theme folder and replace on line 47:
< ?php get_template_part("meal-entry"); ?>
with this:
< ?php get_template_part("meal-simplelist-item"); ?>
Then go to line 4 and change ” $cols=’3′; ” to ” $cols=’1′; “, then all should work.