WordPress: Facebook Integration
I have just added a Facebook plugin to the site, now it is easier for you to comment and share any articles with your friends! If you are interested in setting this up on...
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