Your cart is currently empty!
Product Subtitles for WooCommerce is an essential plugin that enables you to add custom subtitles to your products. By using product subtitles for WooCommerce, you improve product visibility and boost customer engagement. In addition, the plugin lets you display subtitles on single product pages, shop/archive pages, and on individual variations. Moreover, you can style and position subtitles as needed to capture your customers’ attention. For more details, check out the WooCommerce documentation.
After installing Product Subtitles for WooCommerce, go to WooCommerce > Settings > Products > Product Subtitles to begin configuration.
16px
or 1em
).
Adding subtitles to your WooCommerce products is quick and simple. Follow the instructions below based on your product type.
Main Product Subtitle (shown on Archive Pages):
Subtitles for Individual Variations (shown on Single Product Page):
Example output:
Use the following hooks to control where your product subtitles appear on both single product and shop pages:
You can use these WooCommerce hooks to place product subtitles on a single product page:
woocommerce_before_single_product
– Before the product container.woocommerce_before_single_product_summary
– Before the product summary.woocommerce_single_product_summary
– Use this hook with different priorities to display subtitles above or below the title, price, and add-to-cart button.
woocommerce_after_single_product_summary
– After the product summary.woocommerce_after_single_product
– After the product container.On shop and archive pages, you can insert subtitles using these hooks:
woocommerce_before_shop_loop_item
– Before the product block.woocommerce_before_shop_loop_item_title
– Before the product title.woocommerce_shop_loop_item_title
– Within the product title.woocommerce_after_shop_loop_item_title
– After the product title (default position).woocommerce_after_shop_loop_item
– After the product block.
To further customize the behavior of product subtitles for WooCommerce, add these code snippets to your theme’s functions.php
file or manage them with the Code Snippets plugin.
If you have questions or need further assistance with product subtitles for WooCommerce, please Contact our Support. Also, check out the WooCommerce documentation for additional resources.