classic-woocommerce-shop-loop

Installation
SKILL.md

Classic WooCommerce Shop Loop

Use this when building or reviewing shop archives, product category/tag/attribute archives, product grids, related product grids, and product cards in a classic WooCommerce theme.

When to Use This Skill

  • Editing woocommerce/archive-product.php.
  • Editing woocommerce/content-product.php.
  • Changing product card markup, image size, title, price, rating, sale badge, or add-to-cart output.
  • Adjusting result count, ordering, pagination, no-products state, rows, or columns.
  • Reviewing custom product loops in templates.

Archive Skeleton

Keep Woo's archive loop contract.

do_action( 'woocommerce_before_main_content' );
do_action( 'woocommerce_shop_loop_header' );
Installs
1
GitHub Stars
22
First Seen
1 day ago
classic-woocommerce-shop-loop — lonsdale201/wp-agent-skills