breadcrumb.php---------------------->
$post = $posts[0];
;echo ' ';if (is_home()) {;echo ' You are here: ';bloginfo('name');;echo '
';}elseif(is_category()) {;echo ' You are here: Home > ';single_cat_title();;echo ' ';}elseif (is_search()) {;echo ' You are here: Home > ';echo $s;;echo ' ';}elseif(is_tag()) {;echo ' You are here: Home > ';single_tag_title();;echo ' ';}elseif (is_day()) {;echo ' You are here: Home >';the_time('Y, F jS');;echo ' ';}elseif (is_month()) {;echo ' You are here: Home >';the_time('Y, F');;echo ' ';}elseif (is_year()) {;echo ' You are here: Home >';the_time('Y');;echo ' ';}elseif (is_author()) {;echo ' You are here: Home >
';}elseif (is_single()) {;echo ' You are here: Home > ';the_category(', ') ;echo ' > ';the_title();;echo ' ';}elseif (is_page()) {;echo ' You are here: Home > ';the_title();;echo ' ';}elseif (is_404()) {;echo ' You are here: Home > 404 Error
';}elseif (isset($_GET['paged']) &&!empty($_GET['paged'])) {;echo ' You are here: Home > Archive
';};echo '';wp_reset_query();?>
footer.php----------------------------------->
echo '