Awesome WordPress Shortcode Tips
Have you ever now, that WordPress support shortcode? With shortcode we can easy insert some code or function on the post. Example we can put some Advertisement on the post without write a lot of bloated code. We can save a lot of time with shortcode. The shortcode syntax varies, here are some examples:
- [shortcode]
- [shortcode atribute="value"]
- [shortcode]Text[/shortcode]