Modify taxonomy

If you template does not show the title and description for the taxonomy, add below code to show that to […]

Add wooCommerce short description with Words limit

  add_shortcode( ‘product_description’, ‘display_product_description’ ); function display_product_description( $atts ){ $atts = shortcode_atts( array( ‘id’ => get_the_id(), ), $atts, ‘product_description’ ); […]

WordPress Plugins

Page/Project/Post grid/filter WP Ultimate Post Grid: enable filter used by user, support Ajax/combine filter. Woocommerce filter Advanced AJAX Product Filters […]