Is there anything need to enable for shortcode to work in Wordpress 3.0? I have tried some short codes and none of them working as expected.

regards - dj

link|improve this question

Nope, shortcodes work as they always have. Can you clarify what 'not working as expected' means; perhaps you have some incompatible plugin/theme code interfering. – user308897 Jul 23 '10 at 8:44
feedback

2 Answers

up vote 0 down vote accepted

Short codes are as simple or as complex as you intend them to be. Also they can solve some pretty annoying problems and add a lot of functionality for your users. One thing I always use a short code for is embedding YouTube videos and media of the same format.

Here are some links that may help you:

link|improve this answer
Thanks!!! These were useful links. But contact form short code is not working in my wordpress 3.0. For that do I need to enable any plugin? – Dijo David Jul 26 '10 at 6:01
feedback

If its a template file you are trying to put them into you will need to put the code into a function and display it like:

<?php echo do_shortcode( '[contact-form-7 id="448" title="Contact"]' ); ?>

I am guessing you have it all sorted by now though as I have just checked when this was posted.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.