コード例 #1
0
ファイル: content-video.php プロジェクト: jesusone/fptcity
    ?>
            <?php 
    echo zo_archive_video();
    ?>
        <?php 
}
?>
    </div>

    <div class="zo-blog-detail">
        <h2 class="zo-blog-title"><?php 
the_title();
?>
</h2>
        <div class="zo-blog-meta"><?php 
zo_archive_detail();
?>
</div>
        <div class="zo-blog-content">
            <?php 
if (zo_archive_video()) {
    echo apply_filters('the_content', preg_replace(array('/\\[embed(.*)](.*)\\[\\/embed\\]/', '/\\[video(.*)](.*)\\[\\/video\\]/'), '', get_the_content(), 1));
} else {
    the_content();
}
wp_link_pages(array('before' => '<p class="page-links"><span class="page-links-title">' . __('Pages:', 'fptcity') . '</span>', 'after' => '</p>', 'link_before' => '<span>', 'link_after' => '</span>', 'pagelink' => '<span class="screen-reader-text">' . __('Page', 'fptcity') . ' </span>%', 'separator' => '<span class="screen-reader-text">, </span>'));
?>
        </div>
    </div>
</article>
コード例 #2
0
ファイル: content-video.php プロジェクト: jesusone/fptcity
                    <a class="play-button" title="<?php 
    the_title();
    ?>
" href="<?php 
    the_permalink();
    ?>
" rel="">
                        <i class="ion-ios-play-outline"></i>
                    </a>
                </div>
            </div>
        <?php 
} else {
    ?>
            <?php 
    echo zo_archive_video();
    ?>
        <?php 
}
?>
    </div>

    <div class="zo-blog-detail">
        <h2 class="zo-blog-title"><a title="<?php 
the_title();
?>
" href="<?php 
the_permalink();
?>
" rel=""><?php 
the_title();
コード例 #3
0
 * @subpackage Zo Theme
 * @since 1.0.0
 */
?>

<article id="post-<?php 
the_ID();
?>
" <?php 
post_class();
?>
>
	<div class="entry-blog entry-post">
		<div class="entry-header">
		    <div class="entry-feature entry-video"><?php 
$video = zo_archive_video();
?>
</div>
		</div>
        <div class="entry-meta"><?php 
zo_archive_detail();
?>
</div>
        <!-- .entry-header -->
        <h2 class="entry-title"><?php 
the_title();
?>
</h2>
		<div class="entry-content">
			<?php 
if ($video) {