コード例 #1
0
ファイル: loop-search.php プロジェクト: 2030449c/farkol
<?php

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

<?php 
/* Use the framework blog page post loop. */
PC_Template_Parts::search_page_loop($s);
コード例 #2
0
ファイル: loop-single-page.php プロジェクト: 2030449c/farkol
<?php

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

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