>

'', ) ); ?>
%1$s%2$s%4$s', '', __( 'Posted by', 'sbw-wedding' ), esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ), esc_html( get_the_author() ) ); $time_string = ''; if ( get_the_time( 'U' ) !== get_the_modified_time( 'U' ) ) { $time_string = ''; } $time_string = sprintf( $time_string, esc_attr( get_the_date( DATE_W3C ) ), esc_html( get_the_date() ), esc_attr( get_the_modified_date( DATE_W3C ) ), esc_html( get_the_modified_date() ) ); printf( '%1$s%3$s', '', esc_url( get_permalink() ), $time_string ); /* translators: used between list items, there is a space after the comma. */ $categories_list = get_the_category_list( __( ', ', 'sbw-wedding' ) ); if ( $categories_list ) { printf( /* translators: 1: SVG icon. 2: posted in label, only visible to screen readers. 3: list of categories. */ '%1$s%2$s%3$s', '', __( 'Posted in', 'sbw-wedding' ), $categories_list ); // WPCS: XSS OK. } $tags_list = get_the_tag_list( '', ', ' ); if ( $tags_list ) { printf( /* translators: 1: SVG icon. 2: posted in label, only visible to screen readers. 3: list of tags. */ '%1$s %2$s', __( 'Tags:', 'sbw-wedding' ), $tags_list ); } ?>
' ' . '' . __( 'Next post:', 'sbw-wedding' ) . '
' . '%title', 'prev_text' => ' ' . '' . __( 'Previous post:', 'sbw-wedding' ) . '
' . '%title', ) ); // If comments are open or we have at least one comment, load up the comment template. if ( comments_open() || get_comments_number() ) { comments_template(); } ?>