标签: php wordpress
get_template_part( 'header' );
get_template_part( 'footer' );
我包括标题&页脚,但我得到空白页面。那么我如何在插件内的分类页面中包含主题的页眉和页脚。
答案 0 :(得分:0)
这个怎么样:
<?php get_header(); ?>
和
<?php get_footer();?>