Пример #1
0
	<header class="article-header">

		<h1><a href="<?php 
the_permalink();
?>
" class="p-name" rel="bookmark"><?php 
the_title();
?>
</a></h1>
		<p class="byline vcard">
		<?php 
$time_tag = '<time class="dt-published" datetime="%1$s" pubdate>%2$s</time>';
printf(__("Posted {$time_tag}", 'temperancetheme'), get_the_time('c'), get_the_time(get_option('date_format')));
printf(__('<span class="author p-author">%1$s</span>
				<span class="amp">&</span> filed under %2$s.', 'temperancetheme'), temperance_get_the_author_posts_link(), get_the_category_list(', '));
?>
		</p>

	</header>

	<section class="entry-content e-content">
		<?php 
the_content();
?>
	</section>

	<footer class="article-footer">
		<p class="tags"><?php 
the_tags('<span class="tags-title">' . __('Tags:', 'temperancetheme') . '</span> ', ', ', '');
?>
Пример #2
0
 role="article">

					<header class="article-header">

						<h3><a href="<?php 
        the_permalink();
        ?>
" rel="bookmark" title="<?php 
        the_title_attribute();
        ?>
"><?php 
        the_title();
        ?>
</a></h3>
						<p class="byline vcard"><?php 
        printf(__('Posted <time class="updated" datetime="%1$s" pubdate>%2$s</time> by <span class="author">%3$s</span> <span class="amp">&</span> filed under %4$s.', 'temperancetheme'), get_the_time('c'), get_the_time(get_option('date_format')), temperance_get_the_author_posts_link(), get_the_category_list(', '));
        ?>
</p>

					</header>

					<section class="entry-content clearfix">
						<?php 
        the_post_thumbnail('temperance-thumb-300');
        ?>
						<?php 
        the_excerpt();
        ?>
					</section>

					<footer class="article-footer">