'sidebar', 'before_widget' => '
 . '/images/home.png)
comment_status) : ?>
| Category: '; $dropdown_cats = ''; echo $dropdown_cats; echo '
'; } else { echo '| Category: '; the_category( ', ' ); echo '
'; } } ### DISPLAY LSIT OF MANY TAGS AS A DROPDOWN ### function autoshow_the_tags() { $tags = get_the_tags(); if( ! empty( $tags ) ) { $dropdown_tags = ""; if( count( $tags ) > 2 ) { echo '| Tags: '; echo $dropdown_tags; echo '
'; } else { echo '| Tags: '; the_tags( '' ,', ' ); echo '
'; } } } ### Copied from Twenty Ten Theme and modified ### if ( ! function_exists( 'posted_in' ) ) : function posted_in() { $tag_list = get_the_tag_list( '', ', ' ); if ( $tag_list ) { $posted_in = 'This entry was posted in %1$s and tagged %2$s. Bookmark the permalink.'; } elseif ( is_object_in_taxonomy( get_post_type(), 'category' ) ) { $posted_in = 'This entry was posted in %1$s. Bookmark the permalink.'; } else { $posted_in = 'Bookmark the permalink.'; } printf( $posted_in, get_the_category_list( ', ' ), $tag_list, get_permalink(), the_title_attribute( 'echo=0' ) ); } endif; ### CHECK IF IS HOME PAGE DISPLAYED ### function autoshow_check_if_home() { return !( is_category() || is_month() || is_day() || is_author() || is_tag() || is_tax() || is_archive() || is_search() || is_404() || is_single() || is_attachment() || is_page() ); } ### CUSTOM 'HEADER' MENU STYLE IN DASHBOARD ### function autoshow_admin_header_style() { ?> No Category.