Posts by Eigo • 16 points
1 post
-
0
votes1
answer33
viewsA: How to delete only the "box" category from the menu view?
Good morning, You could add an if inside the foreach by checking if the value treated in the loop execution is equal to 'Box' if($categories): foreach($categories as $category):…