如何在插件内部的分类页面中包含主题页眉和页脚

时间:2017-12-11 08:03:35

标签: php wordpress

get_template_part( 'header' );

get_template_part( 'footer' );

我包括标题&页脚,但我得到空白页面。那么我如何在插件内的分类页面中包含主题的页眉和页脚。

1 个答案:

答案 0 :(得分:0)

这个怎么样:

<?php get_header(); ?>

<?php get_footer();?>