> <?php wp_title( '|', true, 'right' ); ?> >
> 'navi', 'container' => false, 'menu_id' => 'nav-primary', 'fallback_cb' => 'canvas_default_menu', 'echo' => true, 'before' => '', 'after' => '', 'link_before' => '', 'link_after' => '', 'depth' => 0)); } add_action( 'canvas_nav', 'canvas_navigation' ); // CLEARING FLOAT function canvas_clearing_float() { ?>

| powered by

' . get_the_date() . '' ); } elseif ( is_month() ) { printf( __( 'Monthly Archives: %s', 'canvas' ), '' . get_the_date( _x( 'F Y', 'monthly archives date format', 'canvas' ) ) . '' ); } elseif ( is_search() ) { _e('Search results for ', 'canvas'); echo get_search_query(); } elseif ( is_author() ) { printf( __( 'Author Archives: %s', 'canvas' ), '' . get_the_author() . '' ); } elseif ( is_year() ) { printf( __( 'Yearly Archives: %s', 'canvas' ), '' . get_the_date( _x( 'Y', 'yearly archives date format', 'canvas' ) ) . '' ); } elseif ( is_tag() ) { printf( __( 'Tag Archives: %s', 'canvas' ), '' . single_tag_title( '', false ) . '' ); // Show an optional tag description $tag_description = tag_description(); if ( $tag_description ) echo apply_filters( 'tag_archive_meta', '
' . $tag_description . '
' ); } elseif ( is_category() ) { printf( __( 'Category Archives: %s', 'canvas' ), '' . single_cat_title( '', false ) . '' ); // Show an optional category description $category_description = category_description(); if ( $category_description ) echo apply_filters( 'category_archive_meta', '
' . $category_description . '
' ); } else { _e( 'Blog Archives', 'canvas' ); } ?>

' . get_the_title() . '' ); ?>

1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>
    'canvas_comment' ) ); ?>
1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>