Top "Shortcode" questions

A shortcode allows Wordpress plugin authors to offer hooks for their functionality into templates in a concise manner.

Is there a shortcode for product description in WooCommerce

Is there any shortcode to call the product description(text field under the title)? For now, I'm using another custom …

php wordpress woocommerce product shortcode
WooCommerce [product_categories] shortcode - Missing displayed sub-categories

I am using WooCommerce plugin in WordPress, and I have added 20 sub-categories in one parent category. When I want to …

wordpress pagination woocommerce arguments shortcode
How to add a closing shortcode to Wordpress template file?

Okay, so you can add shortcodes to WP template files like: <?php echo do_shortcode('[my_awesome_shortcode]…

php wordpress templates shortcode
Onclick, add shortcode/bbcode to textarea?

I spent about 2 hours in searching for javascript which will give me easy options of adding new "onclick, insert text" …

javascript button onclick textarea shortcode
Apply filter to WordPress shortcode output

I would like to modify the shortcode output of a WordPress plugin. I have tried the following: $myShortcode = do_shortcode(…

wordpress shortcode