Deprecated: Required parameter $location follows optional parameter $post_types in /home1/mybravet/public_html/wp-content/plugins/monarch/monarch.php on line 3783

Warning: session_start(): Session cannot be started after headers have already been sent in /home1/mybravet/public_html/wp-content/themes/Divi Child Theme/header.php on line 1
Place Shortcodes Anywhere In WordPress | WordPress Developer Philippines Place Shortcodes Anywhere In WordPress | WordPress Developer Philippines
Select Page

Have you ever wanted to apply your favorite plugin’s shortcodes outside of WordPress editors? Here is a short tip I can give you guys on how you can place your plugin shortcodes anywhere in WordPress

Below is the code

<? echo do_shortcode('[myshortcode]'); ?>

Example this is from a plugin called Smooth Slider this is how you place the code

<? echo do_shortcode('[smoothslider id="1"]'); ?>

Just replace the bolded text and that is it you can now enjoy implementing your plugin’s shortcodes anywhere in your site

Souce: http://wpengineer.com/2051/use-wordpress-shortcodes-outside-the-editor/

Pin It on Pinterest

Share This