コード例 #1
0
ファイル: category.php プロジェクト: frostfan/Lost
 * Used both for category and search.
 *
 * @author Javis <*****@*****.**>
 * @license MIT
 * @since 1.0
 * @version 1.0
 */
?>

<article class="archive layout-center" itemscope itemtype="http://schema.org/Article">
	<?php 
if (has_post_thumbnail()) {
    ?>
	<div class="archive-thumb">
		<?php 
    echo lo_get_thumb();
    ?>
	</div>
	<?php 
}
?>
	<header class="archive-header">
		<h2 class="archive-name" itemprop="name headline">
			<a href="<?php 
the_permalink();
?>
" rel="bookmark"><?php 
the_title();
?>
</a>
		</h2>
コード例 #2
0
ファイル: content.php プロジェクト: frostfan/Lost
?>

<article class="post layout-center<?php 
echo ' ' . $postnew;
?>
" itemscope itemtype="http://schema.org/Article">
	<?php 
if (has_post_thumbnail()) {
    ?>
	<figure class="post-thumb">
		<a rel="bookmark" href="<?php 
    the_permalink();
    ?>
">
			<?php 
    echo lo_get_thumb(900, 600);
    ?>
		</a>
	</figure>
	<?php 
}
?>

	<header class="post-header">
		<h2 class="post-name" itemprop="name headline">
			<a href="<?php 
the_permalink();
?>
" rel="bookmark" class="tooltip tip-right" data-tooltip="<?php 
lo_post_love_numbers(true);
echo __(' and ', 'Lophita') . $post->comment_count . ' ' . __('comments', 'Lophita');
コード例 #3
0
ファイル: content.php プロジェクト: surperone/Lost
?>

<article class="post layout-center<?php 
echo ' ' . $postnew;
?>
" itemscope itemtype="http://schema.org/Article">
	<?php 
if (has_post_thumbnail()) {
    ?>
	<figure class="post-thumb">
		<a rel="bookmark" href="<?php 
    the_permalink();
    ?>
">
			<?php 
    echo lo_get_thumb(700, 400);
    ?>
		</a>
	</figure>
	<?php 
}
?>

	<header class="post-header">
		<h2 class="post-name" itemprop="name headline">
			<a href="<?php 
the_permalink();
?>
" rel="bookmark" class="tooltip tip-right" data-tooltip="<?php 
echo $views . ' ' . __('views', 'Lophita') . __(' with ', 'Lophita') . $post->comment_count . ' ' . __('comments', 'Lophita');
?>