Themes

Include header.php:

<?php get_header(); ?>

Include header-top.php:

<?php get_header('top'); ?>

Include sidebar.php:

<?php get_sidebar(); ?>

Include sidebar-left.php:

<?php get_sidebar('left'); ?>

Include footer.php:

<?php get_footer(); ?>

Include footer-right.php:

<?php get_footer('right'); ?>

Include searchform.php:

<?php get_search_form(); ?>

Include template.php:

<?php get_template_part('template'); ?>

Include template-list.php:

<?php get_template_part('template','list'); ?>

Include comments.php:

<?php comments_template(); ?>

Include wide-comments.php:

<?php comments_template('/wide-comments.php'); ?>
VN:F [1.9.17_1161]
Rating: 0 (from 0 votes)

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">