Пример #1
0
 *
 * @package Scout WP
 * @subpackage Scout WP - Steel
 * @since Scout WP - Steel 1.0
 */
?>
<article id="post-<?php 
the_ID();
?>
" <?php 
post_class();
?>
>
    <header>
        <?php 
scoutwp_the_title();
scoutwp_edit_link();
?>
        </header>
    <?php 
scoutwp_the_thumbnail('large');
?>
    <?php 
the_content();
?>
    <footer>
        <div class="post-data">
            <time datetime="<?php 
the_time('c');
?>
"><?php 
/**
 * The template file for displaying pages.
 *
 * @package Scout WP
 * @subpackage Scout WP - Steel
 * @since Scout WP - Steel 1.0
 */
?>
<article id="post-<?php 
the_ID();
?>
" <?php 
post_class();
?>
>
    <?php 
scoutwp_the_thumbnail('large');
?>
    <header>
        <?php 
scoutwp_the_title(true);
?>
    </header>
    <?php 
the_content();
?>
    <?php 
wp_link_pages();
?>
</article>