"%s"', 'blogberg' ), the_title() ), '', '' ); if( ! $echo ){ $output = ob_get_contents(); ob_end_clean(); return $output; } } endif; /** * Prints Author's name with a link, posted date and number of Total Comments. * * @since Blogberg 1.0.0 * @return void */ if ( ! function_exists( 'blogberg_entry_footer' ) ) : function blogberg_entry_footer() { # Get the author name; wrap it in a link. ?>
%s', esc_url( get_category_link( $cat[ 0 ]->term_id ) ), esc_html( $cat[ 0 ]->name ) ); echo $edit_link; ?> ', '' . $edit_link . '' ); ?>
%2$s'; $time_string = sprintf( $time_string, get_the_date( DATE_W3C ), get_the_date() ); ?>