コード例 #1
0
ファイル: attachment.php プロジェクト: serdimoa/wordpress
            </div>
            <?php 
} else {
    ?>
            <header class="page-title">
                <h2 class="a"><?php 
    _e('Archives', 'aletheme');
    ?>
</h2>
            </header>
            <?php 
}
?>
            <div id="attachment">
                <?php 
ale_page_title(get_the_title($post->post_parent));
?>
                <?php 
if (have_posts()) {
    while (have_posts()) {
        the_post();
        ?>
                <?php 
        ale_part('posthead');
        ?>
                <header>
                    <h3><?php 
        the_title();
        ?>
</h3>
                </header>
コード例 #2
0
ファイル: pagehead.php プロジェクト: serdimoa/wordpress
<?php

ale_page_title(get_the_title());
?>
<article <?php 
post_class();
?>
 id="page-<?php 
the_ID();
?>
" data-page-id="<?php 
the_ID();
?>
">