tag based on what is being viewed. */ global $page, $paged; wp_title( '|', true, 'right' ); // Add the blog name. bloginfo( 'name' ); // Add the blog description for the home/front page. $site_description = get_bloginfo( 'description', 'display' ); if ( $site_description && ( is_home() || is_front_page() ) ) echo " | $site_description"; // Add a page number if necessary: if ( $paged >= 2 || $page >= 2 ) echo ' | ' . sprintf( __( 'Page %s', 'klasik' ), max( $paged, $page ) ); }// end ts_get_title() } // head action hook if(!function_exists("klasik_head")){ function klasik_head(){ do_action("klasik_head"); } add_action('wp_head', 'klasik_head', 20); } // get style if(!function_exists("klasik_print_stylesheet")){ function klasik_print_stylesheet(){ }// end function ts_print_stylesheet add_action("klasik_head","klasik_print_stylesheet",8); } if(!function_exists("klasik_print_headtag")){ function klasik_print_headtag(){ $favicon = klasik_get_option( 'klasik_favicon'); if($favicon =="" ){ ?>