Top "Shortcode" questions

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

Wordpress remove shortcode from content

Is it possible to remove the gallery shortcode from the content before when the_content() is executed? I searched codex …

wordpress function filter shortcode
PHP using a variable inside do_shortcode() - Wordpress Page Template

The format for the shortcode that I wish to do is: [product id="id#"] The format for do_shortcode is: …

php wordpress shortcode
Wordpress shortcode not working

I built a very unique and javascript intensive theme for wordpress and now shortcodes do not work. I do not …

wordpress shortcode
Create my own shortcode with php

I want create my own shortcode In the text i can put the shortcode for example : The people are very …

php shortcode
remove empty <p> tags from wordpress shortcodes via a php functon

Looking for a php function (non-jQuery or wpautop modification) approach to remove <p></p> from within …

php wordpress function shortcode
How to display WooCommerce cart items on the checkout page?

I'm working on this website where I was asked to add a list of the cart items to the checkout …

php wordpress woocommerce checkout shortcode
Regex pattern for shortcodes in PHP

I have a problem with a regex I wrote to match shortcodes in PHP. This is the pattern, where $shortcode …

php regex shortcode
Calling WordPress get_template_part from inside a shortcode function renders template first

I have a page where I need to allow the user to enter a paragraph of text. Then after that …

php wordpress shortcode
WooCommerce: Display stock quantity for a given product ID on normal Pages or Posts

I am trying to display the product quantity for a given product ID outside WoCommerce pages, in the normal WordPress …

php wordpress woocommerce shortcode product-quantity
Display Woocommerce notices on a page

I have created a function to display some products with a shortcode, but the problem I am having is that …

php wordpress woocommerce shortcode product