コード例 #1
0
							</div>

						</div>

					</article>

					<?php 
    }
    ?>

				</div>

				<?php 
    if ('show_all' != $grid_settings['pagination']) {
        echo '<div class="grid-list-nav">';
        helium_entry_pagination($grid_settings['pagination']);
        echo '</div>';
    }
    ?>

			</div>

			<?php 
}
?>

		</div>

	</div>

</div>
コード例 #2
0
ファイル: index.php プロジェクト: yemingyuen/mingsg
		<div class="content-header">

			<div class="content-header-affix clearfix"><?php 
?>
<h1 class="content-title">
					<?php 
echo Youxi()->option->get('blog_index_title');
?>
				</h1>

			</div>

		</div>

		<div class="content-wrap">

			<?php 
while (have_posts()) {
    the_post();
    Youxi()->templates->get('entry', get_post_format(), get_post_type());
}
helium_entry_pagination();
?>

		</div>

	</div>

</div>
<?php 
get_footer();