Create my own static pages outside the Admins menu?
-
Is it possible to build my own static page in .php within the context of WordPress without using the Admins control panel, and still be able to borrow all the modules (get_footer, get_header, etc.)?
For example, I want to create a front page using VI to assemble the following code:
<?php get_header(); ?>
<!– Insert my own special content –>
<?php get_footer(); ?>
My preference is to control the visual content using a different editing program, but I still want to be able to use those modules.
Thanks.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Create my own static pages outside the Admins menu?’ is closed to new replies.