wordpress - how to display product description in custom category page at woocommerce -


I have created a custom category page in woocommerce, the products are being shown successfully under category, but details on this Personal products are not displayed

Please help me in this regard.

Just try it in your custom template page

  & lt; ? Php echo apply_filters ('woocommerce_short_description', $ post- & gt; post_excerpt)? & Gt;    

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -