Created
April 20, 2019 07:31
-
-
Save aslamhindko/913ca7706ea89644e5c95a5f33bbdeff to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
woocomerce main agar description shop er ya home per show nahi horahi hain tu ye code dege | |
// my | |
add_action( 'woocommerce_after_shop_loop_item_title', 'woo_show_excerpt_shop_page', 5 ); | |
function woo_show_excerpt_shop_page() { | |
global $product; | |
echo $product->post->post_excerpt; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment