';
/* Custom header text if single post, display date and title */
if ( is_single() ) {
echo '
' . of_get_option( 'header_linkone_text', of_get_default('header_linkone_text') ) . ''; } if ( is_front_page() && ( of_get_option( 'header_linktwo_text', '1' ) && of_get_default('header_linktwo_text') ) ) { echo ' ' . of_get_option( 'header_linktwo_text', of_get_default('header_linktwo_text') ) . ''; } /* End custom text on front page of site */ /* Custom header text if category or page */ if (is_category()) { echo '
';
?>
';
} else { echo ' post-date-default">'; }
atomic_posted_on( '', '
' );
echo '';
} else { echo ' post-title-default">'; }
the_title( '', '
' );
}
/* End custom header text of single post */
/* Custom text on front page of site (single or multisite site) */
if ( is_front_page() && ( of_get_option( 'header_top_text', '1' ) && of_get_default('header_top_text') ) ) {
echo '' . of_get_option( 'header_top_text', of_get_default('header_top_text') ) . '
';
}
if ( is_front_page() && ( of_get_option( 'header_bottom_text', '1' ) && of_get_default('header_bottom_text') ) ) {
echo '' . of_get_option( 'header_bottom_text', of_get_default('header_bottom_text') ) . '
';
}
if ( is_front_page() && ( of_get_option( 'header_linkone_text', '1' ) && of_get_default('header_linkone_text') ) ) {
echo '' . of_get_option( 'header_linkone_text', of_get_default('header_linkone_text') ) . ''; } if ( is_front_page() && ( of_get_option( 'header_linktwo_text', '1' ) && of_get_default('header_linktwo_text') ) ) { echo ' ' . of_get_option( 'header_linktwo_text', of_get_default('header_linktwo_text') ) . ''; } /* End custom text on front page of site */ /* Custom header text if category or page */ if (is_category()) { echo '
Category
' . single_cat_title("", false) . '
';
}
if (is_page() && !is_front_page()) {
echo '' . get_the_title() . '
';
}
/* End custom text of category or page */
echo '