deepthan/Front-end-resource-collection

php如何引入文件

deepthan opened this issue · 0 comments

  • 1: wordpress函数
<?php get_header(); ?>
<?php get_sidebar(); ?>
<?php get_footer();?>
  • 2: php函数
<?php include (TEMPLATEPATH . ‘/header.php’); ?>