feed Posts (RSS | eMail)
feed Comments (RSS | eMail)
Loading in process - please be patient.

Remember the Google Gmail Automatic BCC Option Petition!
[click to close]

I just read this nice article by Frank Bültge that deals with the image caption shortcode that WordPress creates automatically when you add an image via the media manager. As I never really liked it, I can’t say how happy I am that someone finally explained to me how to get rid of it in a very simple way.

Just add the following code as a plugin or to your functions.php:

add_filter( 'disable_captions', create_function('$a', 'return true;') );

I have just written a small plugin that you can download here.

Credits should go to Frank Bültge for this. Thanks!

The post ends here. Wanna leave a response? Have Your Say!
You can also subscribe to comments without commenting.

Next post: Friday The 13th, A Car Crash & Google Translate Part III
Previous post: Updating To WordPress 2.7

Did you like this post? NoYes
So far, 1 users have voted this post +1.
Loading ... Loading ...
Share this post with your friends:

Trackback URI | Comments RSS | Permalink

You can subscribe to comments without commenting

Have Your Say!

back to top