• <?php the_title(); ?>

    ' . esc_html__('read more', 'blog-layouts') . ''; } ?>
    '; foreach ($tags as $tag) { $tag_link = esc_url(get_tag_link($tag->term_id)); echo '
  • ' . $tag->name . '
  • '; } echo ''; } } ?>