Untitled
plain_text
2 months ago
612 B
1
Indexable
Never
<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>