コード例 #1
0
        rtp_hook_end_post_content();
        ?>

                        </div><!-- .post-content -->

                        <?php 
        rtp_hook_post_meta('bottom');
        ?>

                        <?php 
        rtp_hook_end_post();
        ?>

                    </article><!-- .rtp-post-box --><?php 
        // Comment Form
        rtp_hook_comments();
    }
}
?>

        <?php 
rtp_hook_end_content();
?>
    </section><!-- End of #content -->

<?php 
rtp_hook_sidebar();
?>

<?php 
get_footer();
コード例 #2
0
ファイル: 404.php プロジェクト: Phillydevs/rtpanel
            <?php 
rtp_hook_begin_post();
?>

            <div class="post-content clearfix rtp-not-found">
                <p><?php 
_e('Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.', 'rtPanel');
?>
</p>
                <?php 
get_search_form();
?>
            </div>

            <?php 
rtp_hook_end_post();
?>

        <?php 
rtp_hook_end_content();
?>

    </section><!-- #content -->

    <?php 
rtp_get_sidebar_id() === 0 ? '' : rtp_hook_sidebar();
?>

<?php 
get_footer();