WordPress: Adding a Portfolio
There are many portfolio plugins out there, some take more effort than others to implement and some have limited features. Im going to tell you about a solution I have stumbled upon that is...
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