Alex Barber | Digital Artist

time to push the pixels

WordPress: Remove thumbnails from post excerpts in Thematic

http://themeshaper.com/forums/topic/excerpts-in-0978

//remove thematic default thumbnails
function no_thumbs(){
return FALSE;
}
add_filter(‘thematic_post_thumbs’,’no_thumbs’);

//re-enable thumbnail support
add_theme_support( ‘post-thumbnails’ );

Next Post

Previous Post

© 2024 Alex Barber | Digital Artist