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.
Note: Do not customize these files directly within the core plugin itself as they are overwritten during the upgrade process and your customizations will be lost.
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
toYour-theme/woo-product-collections/layout/layout-1.php