added content type image

This commit is contained in:
2020-03-14 14:08:17 +08:00
parent d990c388b8
commit 82546a5e15
2 changed files with 24 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php
echo '<div class="image">';
the_content();
echo '</div>';
?>
</article>