Example #1
0
<?php

/**
 * The single post loop.
 *
 */
?>

<?php 
/* Use the framework blog page post loop. */
PC_Template_Parts::search_page_loop($s);
Example #2
0
<?php

/**
 * The single page posts loop.
 *
 */
?>

<?php 
/* Use the framework blog page post loop. */
PC_Template_Parts::single_page_loop();