*/ if ( ! function_exists( 'boxwp_post_tags' ) ) : /** * Prints HTML with meta information for the tags. */ function boxwp_post_tags() { if ( 'post' == get_post_type() ) { /* translators: used between list items, there is a space after the comma */ $tags_list = get_the_tag_list( '', esc_html_x( ', ', 'list item separator', 'boxwp' ) ); if ( $tags_list ) { /* translators: 1: list of tags. */ printf( ' ' . esc_html__( 'Tagged %1$s', 'boxwp' ) . '', $tags_list ); /* phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped */ } } } endif; if ( ! function_exists( 'boxwp_grid_cats' ) ) : function boxwp_grid_cats() { if ( 'post' == get_post_type() ) { /* translators: used between list items, there is a space */ $categories_list = get_the_category_list( esc_html__( ' ', 'boxwp' ) ); if ( $categories_list ) { /* translators: 1: list of categories. */ printf( '
' . __( 'Posted in %1$s', 'boxwp' ) . '
', $categories_list ); /* phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped */ } } } endif; if ( ! function_exists( 'boxwp_grid_postmeta' ) ) : function boxwp_grid_postmeta() { ?>
 ' . __( 'Posted in %1$s', 'boxwp' ) . '', $categories_list ); /* phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped */ } } } endif; if ( ! function_exists( 'boxwp_single_postmeta' ) ) : function boxwp_single_postmeta() { ?>
      on %s', 'boxwp' ), array( 'span' => array( 'class' => array(), ), ) ), get_the_title() ) ); ?> %s', 'boxwp' ), array( 'span' => array( 'class' => array(), ), ) ), get_the_title() ), '   ', '' ); ?>