WordPress: Promotion Slider
Here is a quick and easy way to control the front page slider in a WordPress Installation. Download and install the WordPress installation Promotion Slider from this link. You can also search and install it...
HTML / PHP / Tutorials / Web Development / WordPress
The following code will enable you to use any shortcode within your theme and not just a page or post.
1 |
<?php echo do_shortcode('[shortcode option1="value1" option2="value2"]'); ?> |
Just replace the [shortcode option1=”value1″ option2=”value2″] with your desired shortcode.
More
Recent Comments