开发者

Wordpress header and footer into a PHP site

开发者 https://www.devze.com 2023-03-14 14:15 出处:网络
I practically have a working sub-directory folder webpage. I would like to have the wordpress header 开发者_StackOverflow社区in the page.how can I do this?

I practically have a working sub-directory folder webpage. I would like to have the wordpress header 开发者_StackOverflow社区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?


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

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

0

精彩评论

暂无评论...
验证码 换一张
取 消