'; if (!is_home()) { echo ''; echo 'Home'; echo " » "; if (is_category() || is_single()) { the_category(' » '); if (is_single()) { echo " » "; the_title(); } } elseif (is_page()) { echo the_title(); } } echo ''; }