A WordPress plugin that will assist in creating beautiful content blocks by using 1 simple shortcode
Yes, it does. IE 7-10 is supported
Yes! Watch them here (http://www.youtube.com/playlist?list=PL600D8845EF163DA7&feature=view_all)
Seems you are using a theme that has explicitly set a post-type array as a second argument
if ( function_exists( 'add_theme_support' ) ) { add_theme_support( 'post-thumbnails', array('post', 'page') ); }
Remove the array like so:
if ( function_exists( 'add_theme_support' ) ) { add_theme_support( 'post-thumbnails' ); }
Requires: 3.0 or higher
Compatible up to: 3.4.2
Last Updated: 2012-11-10
Downloads: 18,859
0 of 6 support threads in the last two months have been resolved.
Got something to say? Need help?