Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2828354
display the category description at the bottom
Closed

Comments

  • thammyorg started the conversation

    Hi! I want to display the category description at the bottom, how do I do that?

    https://ithammy.com/filler/

  •  2,494
    PenciDesign replied

    Hi,

    Please download the attachment file then overwrite it to:

    wp-content/themes/soledad/category.php

    Regards,
    PenciDesign.

  • thammyorg replied

    I'm so sorry for the incorrect description.

    I mean the category of the product in woocommerce.

    Not the category of the article


  •  2,494
    PenciDesign replied

    Hi,

    Please install the Code Snippet plugin, create a new snippet then paste the following custom PHP code:

    remove_action('woocommerce_archive_description','woocommerce_taxonomy_archive_description',10);
    remove_action('woocommerce_archive_description','woocommerce_product_archive_description',10);
    add_action('woocommerce_after_main_content','woocommerce_taxonomy_archive_description',5);
    add_action('woocommerce_after_main_content','woocommerce_product_archive_description',5);

    Regards,
    PenciDesign.

  • thammyorg replied

    well done, thánks