wordpress模板头部调用:
<?php get_header()?>
wordpress模板底部调用:
<?php get_footer()?>
wordpress模板侧边栏调用:
<?php get_sidebar()?>
wordpress模板搜索form表调用:
<?php get_searchform()?>
wordpress模板模板调用:
<?php get_template_part('模板名');?>
wp仿站过程中可以用到上述不错的wp教程模板,记录一下,方便使用。