'; while ( have_posts() ) { the_post(); echo '
  • '; printf( '%3$s', esc_url( apply_filters( 'the_permalink', get_permalink( $post ), $post ) ), esc_attr( __( 'Permanent Link:', 'veridicta' ) ), get_the_title() ); understrap_posted_on(); esc_html_e( 'in', 'veridicta' ); the_category( '&' ); echo '
  • '; } echo ''; } else { get_template_part( 'loop-templates/content', 'none' ); } ?>