web-wordpress-kit/kit/template-parts/content-category.php

11 lines
204 B
PHP

<section class="background-color-white category">
<div class="content-wrap">
<?php the_title( '<h2>', '</h2>' ); ?>
<article>
<?php the_content(); ?>
</article>
</div>
</section>