Wordpress Custom Templates

Soldato
Joined
7 Jan 2007
Posts
10,607
Location
Sussex, UK
Hello,

Built a site using Wordpress and used the code below to create custom templates for some pages.

PHP:
<?php /* Template Name: New Template Name*/ ?>
Now this is fine for now and if I was working on my own it wouldn't be a problem.

The only issue is my mate, who also helps with the site has no way of editing this page, and I don't trust him uploading to FTP and using dreamweaver, he is dangerous :p

Is there anyway I can add this into the CMS within Wordpress so he can edit it with Xstandard or something?
 
I don't mean templates in the sense of the way the website looks.

I used the
PHP:
<?php /* Template Name: New Template Name*/ ?>
tag to create xhtml webpages.

I was looking for a way to edit the content of the page, not it's "Theme". I'm using the Thesis Framework, so don't have a "Theme" as such.

Any ideas?
 
Back
Top Bottom