Make separate page based on templates?
-
I need to move my blog’s old pages to the new template, but NOT using the Create Page feature. Will something like this work….?
<code><?php get_header(); ?>
<div id="content" class="narrowcolumn">
my php code to connect to some other DB and spit out stuff or just general html code</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>Right now the code above isn’t working (see: https://blog.zoblue.com/link-list2.php; the original is link-list.php).
See the Create Page won’t let me do PHP code in the content area. Also, it creates a page with a slash at the end instead of a free-standing page:
https://blog.zoblue.com/created-page/
as opposed to what I want:
https://blog.zoblue.com/created-page.phpany help? am I going about it the wrong way? thanks in advance!
- The topic ‘Make separate page based on templates?’ is closed to new replies.