/*
 Theme Name: Bitz Child
Template: bitz
 Text Domain:  bitz-child
*/

/*REMOVED THIS ON AUGUST 19, 2016
 Posted time display function -- this alters the way Bitz originally has it where they have the
 exact time and time offset too. So now we only us eht emonth day and year with the below code
if ( ! function_exists( 'mnky_post_time' )) {
 function mnky_post_time() {
    $mnkytimestamp = get_the_date(); 
    return $mnkytimestamp;
}
add_filter('the_time', 'mnky_post_time');
}
*/


/* Removes the author's avatar image */
.meta-author-image {display:none;}