%2$s',
esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ),
get_the_author()
);
}
?>
%2$s',
esc_url( get_permalink() ),
get_the_date()
);
}
?>
0 && comments_open() ){
printf( ' %2$s',
esc_url( get_permalink() ),
$bidnis_comments_count
);
}
?>
%1$s%3$s',
sprintf( '%s ', _x( 'Format', 'Used before post format.', 'bidnis' ) ),
esc_url( get_post_format_link( $bidnis_format ) ),
get_post_format_string( $bidnis_format )
);
} ?>