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
- Wordpress















Made by Symmetric Web
Distributed by Smashing Magazine
No comments yet!