Wordpress header and footer into a PHP site

末鹿安然 提交于 2019-12-12 02:26:30

问题


I practically have a working sub-directory folder webpage. I would like to have the wordpress header in the page.how can I do this?

example:

main-site/ a wordpress site: butternjam.com site that I would like to have wordpress header and footer. : butternjam.com/directory

the files in there are php files how can I implement my wordpress header and footer into this page?


回答1:


<?php get_header(); ?>
<?php get_footer(); ?>

Make sure that the header and footer are called header.php and footer.php



来源:https://stackoverflow.com/questions/6444428/wordpress-header-and-footer-into-a-php-site

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!