Top "Shortcode" questions

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

how to insert shortcode into wordpress menu

I have made a menu item with this code. The menu item shows up but the shortcode output is not …

wordpress menu shortcode add-filter
How to include page title of wordpress post in the content possibly with a shortcode

in the wordpress admin, i would like to do the following when creating a page: Page Title: Test Page content: …

php html wordpress shortcode
How to add a widget by its shortcode on Wordpress posts / pages?

Is there any way we can assign a shortcode to already created widget and later use that shortcode in our …

php wordpress shortcode
in woocommerce, is there a shortcode/page to view all orders?

I'm using the plugin woocommerce for my wordpress site, and need a section where member can see their order history. …

wordpress plugins woocommerce shortcode
Wordpress: shortcode doesn't work when getting post content using function get_post_field()

I want to get the post content by id outside the loop, so i am using following code: echo get_…

php wordpress wordpress-theming shortcode
Wordpress using echo vs return in shortcode function

I just noticed, both echo and return works fine for displaying content from a shortcode function in wordpress. function foobar_…

php wordpress shortcode
How to Use AJAX in a WordPress Shortcode?

I have a code to display a random quote. One person wrote a function to implement all of this. But …

php ajax wordpress shortcode
Wordpress Contact form 7 custom shortcodes

Contact form 7 has some shortcodes, like [_date] to get todays date. But I want to display the date one week …

wordpress shortcode contact-form-7
Wordpress shortcodes not working

Everytime i try to add a shortcode into my Wordpress site it ends up merely displaying the code i add …

php wordpress shortcode
Wordpress shortcodes pass array of values

I am creating some WordPress short codes aimed at providing internal navigation on a page (one page with a lot …

php wordpress shortcode