Can I use WP with a PHP template?
-
I’m new and lost, but I’ve been reading so please graciously excuse my ingorance.
I have designed/built a site using a PHP template that calls include files for the main content area. I would like to use WordPress to edit the content in each section. Example:
<div>
<? include (“$pg”); ?>
</div>
So I have includes such as “about.php,” “contact.php,” etc. I want to be able to write and edit to those include files rather than the index.php template. However, on the Write and Edit pages I see no options for this.
Is there a way to choose which file I wish to write or edit?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Can I use WP with a PHP template?’ is closed to new replies.