• Hi everyone,
    Recently I made a custom theme by myself, everything is working fine, but only when today I am ready to embe some flv file into my post by using Hana Flv Player plugin, I find it doesn’t work, only show me Hana shortocode, and then when I change my custom theme into classic one, it working fine. I have done some digged work, and know my custom theme not support shortcode, so my point is how to let it support shortcode?

Viewing 2 replies - 1 through 2 (of 2 total)
  • If the shortcode filter is registered, using the code below instead of the_content() may help:

    <?php echo apply_filters(get_the_content('Read the rest of this entry &raquo;')); ?>
    Thread Starter yanilan

    (@yanilan)

    Thanks, I will give a try.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How to let custom theme support shortcode?’ is closed to new replies.