WordPress: WooCommerce Custom Product Feild
WooCommerce is a free eCommerce plugin that allows you to sell on your own website. WooCommerce is my go to eCommerce solution for WordPress as it gives owners and developers a lot of control...
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