관리-도구
편집 파일: content-single.php
<?php /** * @package We Repair IT */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <header class="entryHeader"> <?php the_title( '<h1 class="entryTitle">', '</h1>' ); ?> <div class="entryMeta"> <?php we_repair_it_posted_on(); ?> </div> <!-- .entry-meta --> </header> <!-- .entry-header --> <div class="entryContent"> <?php the_content(); ?> </div><!-- .entry-content --> </article><!-- #post-## -->