%2$s / by %3$s'), 'meta-prep meta-prep-author', sprintf('%3$s', esc_url(get_permalink()), esc_attr(get_the_time()), get_the_date('F d, Y')), sprintf('%3$s', esc_url(get_author_posts_url(get_the_author_meta('ID'))), esc_attr(sprintf(__('View all posts by %s', 'azul-silver'), get_the_author())), get_the_author() )); if ( !is_page() && !post_password_required() && (comments_open() || get_comments_number())) { echo ' / '; comments_popup_link( sprintf( __( 'Leave a Comment', 'azul-silver'))); echo ''; } } /* ================================================================================================ 2.0 - Entry Comments and Taxonomies ================================================================================================ */ function azul_silver_entry_taxonomies() { $cat_list = get_the_category_list(__(' | ', 'azul-silver')); $tag_list = get_the_tag_list('', __(' | ', 'azul-silver')); if ($cat_list) { printf('', __(' Posted In', 'azul-silver'), $cat_list ); } if ($tag_list) { printf('', __(' Tagged', 'azul-silver'), $tag_list ); } }