php - WooCommerce - Changes to a template are being ignored -
- i have file called
content-product-inner.php
. file being loaded product-loop, works fine.
the variable
$layout
equals "inner", checked bothvar_dump
,echo
.if rename file else,
content-product-in.php
name doesn't match loaded product-loop products not load on category page, expected. means file placed , being loaded sure.
- but changes file result in nothing. if add meaningless stuff, such
<b>hey</b>
. changes aren't displayed if file wasn't changed.
this has problem woocommerce settings, please provide me possible explanations unusual behavior?
Comments
Post a Comment