Posted by KaiseRCrazY on 8th January 2010

You can disable image captions!

You know, WordPress image upload system have a caption support. So you can add captions to your images. But sometimes we don’t need any caption. We can disable this support. Simply code here. Lets Begin…

Here is the code;

Insert this code to your functions.php

function caption_off() {
    return true;
}

add_filter( 'disable_captions', 'caption_off' );

That’s All. Thanks to WPRecipes

  • del.icio.us
  • Digg
  • Facebook
  • FriendFeed
  • Reddit
  • StumbleUpon
  • Technorati
  • PDF
  • Print

This website uses IntenseDebate comments, but they are not currently loaded because either your browser doesn't support JavaScript, or they didn't load fast enough.

No comments yet!

Post your comments