0

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

1 Answer 1

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

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.