• <?php the_title(); ?>
    '; foreach ($blog_layouts_tags as $tag) { echo '
  • ' . esc_html($tag->name) . '
  • '; } echo ''; } ?>