content-image.php 203 B

12345678
  1. <article class="post-format-image">
  2. <h1><a href="<?php the_permalink();?>"><?php the_title(); ?></a></h1>
  3. <p>Categorias: <?php the_category(' '); ?></p>
  4. <p><?php the_content(); ?></p>
  5. </article>