• File: content-search.php
  • Full Path: /home/chassiw/www/wp-content/themes/reon/content/content-search.php
  • File size: 330 bytes
  • MIME-type: text/plain
  • Charset: utf-8
<article id="post-<?php the_ID(); ?>" class="result_search">
        <div class="post-title">
	            <?php reon_content_title(); /* Display title of post */ ?>
	    </div>
	    <div class="post-body">
	            <?php reon_content_body(); /* Display content of post or intro in category page */ ?>
	    </div>

</article>