Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1291878

    How do I show all posts of a specific category e.g. category “Shop” grouped by subcategories in an archive page:

      General:
      Amazon
      Walmart
      Target
      Fashion:
      Armani
      Versace
      Home Improvement:
      Home Depot
      Lowes

    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.

    #1292553

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.