wordpress-zerro/template/post/content-image.php
2020-03-14 14:08:17 +08:00

8 lines
152 B
PHP

<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php
echo '<div class="image">';
the_content();
echo '</div>';
?>
</article>