Untitled
unknown
plain_text
3 years ago
612 B
11
Indexable
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?> itemscope
itemtype="https://schema.org/Article">
<div class="inner-content">
<header>
<?php the_title('<h2 class="page-title">', '</h2>'); ?>
</header>
<div class="page-content">
<?php do_action( 'flexline_render_attachment' ); ?>
<div class="inner-content">
<?php the_content(); ?>
</div>
<?php do_action( 'flexline_single_meta_footer' ); ?>
</div>
</div>
</article>Editor is loading...