示例#1
0
		</div><!-- .entry-compact -->

<?php 
} else {
    ?>
	<article id="post-<?php 
    the_ID();
    ?>
" <?php 
    post_class('content-default ' . weaverii_post_count_class());
    ?>
>
		<header class="entry-header">
<?php 
    if (is_sticky()) {
        weaverii_entry_header('');
    } else {
        weaverii_post_title('<div class="entry-hdr"><h2 class="entry-title">', "</h2></div>\n");
    }
    if ('page' != get_post_type()) {
        ?>
			<div class="entry-meta">
				<?php 
        weaverii_post_top_info();
        ?>
			</div><!-- .entry-meta -->
<?php 
    }
    weaverii_comments_popup_link();
    ?>
		</header><!-- .entry-header -->
示例#2
0
$weaverii_cur_post_id = get_the_ID();
weaverii_per_post_style();
?>
	<article id="post-<?php 
the_ID();
?>
" <?php 
post_class('content-audio ' . weaverii_post_count_class());
?>
>
<?php 
if (!weaverii_compact_post()) {
    ?>
		<header class="entry-header">
<?php 
    weaverii_entry_header(__('Audio', 'weaver-ii'));
    weaverii_comments_popup_link();
    ?>
		</header><!-- .entry-header -->

<?php 
    if (weaverii_show_only_title()) {
        return;
    }
}
?>
		<div class="entry-content cf">
			<?php 
echo weaverii_the_contnt_featured();
?>
			<?php 
示例#3
0
$entry_summary = 'entry-summary';
?>

<article id="post-<?php 
the_ID();
?>
" <?php 
post_class('content-gallery ' . weaverii_post_count_class());
?>
>
<?php 
if (!weaverii_compact_post()) {
    ?>
	<header class="entry-header">
<?php 
    weaverii_entry_header(__('Gallery', 'weaver-ii'));
    ?>
		<div class="entry-meta">
			<?php 
    weaverii_post_top_info();
    ?>
		</div><!-- .entry-meta -->
	</header><!-- .entry-header -->

<?php 
    if (weaverii_show_only_title()) {
        return;
    }
} else {
    // not compact
    $entry_summary .= ' compact-post-format';
示例#4
0
 */
weaverii_trace_template(__FILE__);
global $weaverii_cur_post_id;
$weaverii_cur_post_id = get_the_ID();
weaverii_per_post_style();
?>
	<article id="post-<?php 
the_ID();
?>
" <?php 
post_class('content-chat ' . weaverii_post_count_class());
?>
>
		<header class="entry-header">
<?php 
weaverii_entry_header(__('Chat', 'weaver-ii'));
if (comments_open() && !post_password_required()) {
    ?>
			<div class="comments-link">
<?php 
    weaverii_comments_popup_link();
    ?>
			</div>
<?php 
}
?>
		</header><!-- .entry-header -->

		<?php 
if (weaverii_show_only_title()) {
    weaverii_chat_title();
示例#5
0
weaverii_per_post_style();
?>

	<article id="post-<?php 
the_ID();
?>
" <?php 
post_class('content-status post-format ' . weaverii_post_count_class());
?>
>
<?php 
if (!weaverii_compact_post()) {
    ?>
		<header class="entry-header">
<?php 
    weaverii_entry_header(__('Status', 'weaver-ii'));
    if (comments_open() && !post_password_required()) {
        ?>
			<div class="comments-link">
<?php 
        weaverii_comments_popup_link();
        ?>
			</div>
<?php 
    }
    ?>
		</header><!-- .entry-header -->

		<?php 
    if (weaverii_show_only_title()) {
        return;
示例#6
0
$weaverii_cur_post_id = get_the_ID();
weaverii_per_post_style();
?>
	<article id="post-<?php 
the_ID();
?>
" <?php 
post_class('content-aside post-format ' . weaverii_post_count_class());
?>
>
<?php 
if (!weaverii_compact_post()) {
    ?>
		<header class="entry-header">
<?php 
    weaverii_entry_header(__('Aside', 'weaver-ii'));
    weaverii_comments_popup_link();
    ?>
		</header><!-- .entry-header -->

		<?php 
    if (weaverii_show_only_title()) {
        return;
    }
}
if (weaverii_do_excerpt() && !weaverii_compact_post()) {
    // Only display Excerpts for Search
    ?>
		<div class="entry-summary">
			<?php 
    weaverii_the_excerpt_featured();
示例#7
0
$weaverii_cur_post_id = get_the_ID();
weaverii_per_post_style();
?>
	<article id="post-<?php 
the_ID();
?>
" <?php 
post_class('content-link post-format ' . weaverii_post_count_class());
?>
>
<?php 
if (!weaverii_compact_post()) {
    ?>
		<header class="entry-header">
<?php 
    weaverii_entry_header(__('Link', 'weaver-ii'));
    weaverii_comments_popup_link();
    ?>
		</header><!-- .entry-header -->

		<?php 
    if (weaverii_show_only_title()) {
        return;
    }
}
if (weaverii_do_excerpt() && !weaverii_compact_post()) {
    // Only display Excerpts for Search
    ?>
		<div class="entry-summary">
			<?php 
    weaverii_the_excerpt_featured();
示例#8
0
    ?>
	</div><!-- .entry-content -->
<?php 
} else {
    // Regular Image Layout
    ?>
		<article id="post-<?php 
    the_ID();
    ?>
" <?php 
    post_class('content-image ' . weaverii_post_count_class());
    ?>
>
		<header class="entry-header">
<?php 
    weaverii_entry_header(__('Image', 'weaver-ii'));
    weaverii_comments_popup_link();
    ?>
		</header><!-- .entry-header -->

<?php 
    if (weaverii_show_only_title()) {
        return;
    }
    ?>

		<div class="entry-content cf">
			<?php 
    echo weaverii_the_contnt_featured();
    ?>
			<?php 
示例#9
0
weaverii_per_post_style();
?>

	<article id="post-<?php 
the_ID();
?>
" <?php 
post_class('content-quote ' . weaverii_post_count_class());
?>
>
<?php 
if (!weaverii_compact_post()) {
    ?>
		<header class="entry-header">
<?php 
    weaverii_entry_header(__('Quote', 'weaver-ii'));
    ?>

			<div class="entry-meta">
				<?php 
    weaverii_post_top_info();
    ?>
			</div><!-- .entry-meta -->

			<?php 
    weaverii_comments_popup_link();
    ?>
		</header><!-- .entry-header -->

		<?php 
    if (weaverii_show_only_title()) {
示例#10
0
$weaverii_cur_post_id = get_the_ID();
weaverii_per_post_style();
?>
	<article id="post-<?php 
the_ID();
?>
" <?php 
post_class('content-video ' . weaverii_post_count_class());
?>
>
<?php 
if (!weaverii_compact_post()) {
    ?>
		<header class="entry-header">
<?php 
    weaverii_entry_header(__('Video', 'weaver-ii'));
    weaverii_comments_popup_link();
    ?>
		</header><!-- .entry-header -->

<?php 
    if (weaverii_show_only_title()) {
        return;
    }
}
?>
		<div class="entry-content cf">
			<?php 
echo weaverii_the_contnt_featured();
?>
			<?php