How do I show all posts of a specific category e.g. category “Shop” grouped by subcategories in an archive page:
I came across this solution but do not know on how to implement this as an Enfold Archive Page.
Any help would be greatly appreciated.
Hi AlexR,
Please use a child theme (if you haven’t used one yet), you can download and see the instructions in our documentation: https://kriesi.at/documentation/enfold/child-theme/
Then copy archive.php from the parent theme (enfold) to the child theme.
Then you can put the code after this line of code (line 30 in Enfold 4.8.1):
<main class='content <?php avia_layout_class( 'content' ); ?> units' <?php avia_markup_helper(array('context' => 'content','post_type'=>'post'));?>>
Hope this helps.
Best regards,
Nikko