ID ); $separator = ''; $output = ''; if ( $categories ) { echo '
'; echo '' . _x( 'Published in', 'Published in post category', 'author' ) . ''; foreach ( $categories as $category ) { // output category name linked to the archive $output .= 'name ) ) . '">' . esc_html( $category->cat_name ) . '' . $separator; } echo trim( $output, $separator ); echo "
"; }