Kozy Heat By Brian Eskew Published on Feb 11, 2019 Categories foreach( $categories as $category ) { $category_link = sprintf( '%3$s', esc_url( get_category_link( $category->term_id ) ), esc_attr( sprintf( __( 'View all posts in %s', 'textdomain' ), $category->name ) ), esc_html( $category->name ) ); echo '' . sprintf( esc_html__( '%s', 'textdomain' ), $category_link ) . ''; }; ?>