1. Home
  2. Docs
  3. Woo Product Collections
  4. Template Structure

Template Structure

Override templates via a theme

The Woo Product Collections is made with WordPress standard and it is developer friendly. The plugin contains some markup files within the /templates/ directory.

If you want to customize any markup related to front end, You just need to copy these files to your theme directory.

Woo Product Collections Templates Hierarchy

  • loop/
    • loop-start.php
    • loop-end.php
  • layout/
    • layout-1.php
    • layout-2.php
    • layout-3.php
    • layout-4.php
    • layout-5.php
    • layout-6.php
    • layout-7.php
    • layout-8.php

Template Override Example

To override the layout-1.php file then simply copy /woo-product-collections/templates/layout/layout-1.php to Your-theme/woo-product-collections/layout/layout-1.php