Word Pressでサイドバーとか分割

<?php get_header(); ?>
<?php get_template_part(‘content’); ?>
<?php get_footer(); ?>
WordPressテーマの作り方:第4回 テンプレートファイル分割&インクルードタグの使い方