کدها به این صورته:
کد PHP:
<div id="content">
<h3 class="cont-title"><i class="fa fa-trophy" style="margin-right:10px;" aria-hidden="true"></i> <a href="<?php the_permalink()?>"><?php the_title();?></a>
</h3>
<div class="scont-pic"><?php the_post_thumbnail();?></div>
<div class="scont-entry"><?php the_content(); ?></div>