Add shortcodes
Code:
Instructions:
As WordPress doesn’t allow code in posts and pages, shortcodes is a good way to implement php-functions in your content.
There are three different kinds of shortcodes:
[myshortcode]– Simple shortcode.[myshortcode id="5"]– Shortcode with parameter.[myshortcode]Hello World![/myshortcode]– Shortcode goes BB Code.
Related links:
http://www.smashingmagazine.com/2009/02/02/mastering-wordpress-shortcodes/http://codex.wordpress.org/Shortcode_API