('Home Menu'), ) ); } add_theme_support('post-thumbnails'); add_image_size( 'catimage',255, 175, true ); add_image_size( 'galleryimage',190, 120, true ); add_image_size( 'slides',980, 380, true ); add_filter('excerpt_length', 'my_excerpt_length'); function my_excerpt_length($length) { return 20; // Or whatever you want the length to be. } function new_excerpt_more( $more ) { return '...'; } add_filter('excerpt_more', 'new_excerpt_more'); register_sidebar(array( 'name' => ('Right Hand Sidebar'), 'id' => 'rightbar', 'description' => ('Widgets in this area will be shown on the right-hand side.'), )); function the_breadcrumb() { echo '
'; } if ( ! isset( $content_width ) ) $content_width = 980; ?>