• Resolved betumayo

    (@betumayo)


    Hi! i am using this code to move content from above category page to below category page..is there a way i can specify this action only for specific categories and not all of them?

    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’, 40 );
    add_action( ‘woocommerce_after_main_content’, ‘woocommerce_product_archive_description’, 40 );

    • This topic was modified 4 years, 11 months ago by betumayo.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘specify categories to move contentn below page’ is closed to new replies.