>
', esc_url( get_permalink() ) ), '' ); ?>
%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 ); } ?>
2, 'prev_text' => sprintf( '%s %s', '', __( 'Newer posts', 'sbw-wedding' ) ), 'next_text' => sprintf( '%s %s', __( 'Older posts', 'sbw-wedding' ), '' ), ) ); ?>