• $string ) { if ( get_post_format_link($slug) ) { $post_format = get_term_by( 'slug', 'post-format-' . $slug, 'post_format' ); if ( $post_format->count > 0 ) { echo '
  • ' . $string . '
  • '; } } } ?>