Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   Templates (http://forum.bytesforall.com/showthread.php?t=2019)

viscouse Jun 11, 2009 03:42 PM

Templates
 
I'm not sure this has been covered, as I'm having a really rough time searching for it.

Is there an easy way to make a simple single-page template from the main index.php file?

Thanks!

juggledad Jun 12, 2009 10:25 AM

The short answer is 'no'. The options Atahualpa uses are stored in your MySQL database. these in turn are used to generate the pages viewed. All the pages viewed using Atahualpa, are styled via the theme options.

viscouse Jun 12, 2009 10:59 AM

Actually, now that I'm digging a little more...there is.

I saw this thread:
http://forum.bytesforall.com/showthread.php?t=2020

All you have to do is copy the index file, rename it, and add the template code to it.
Code:

<?php
/*
Template Name: Random
*/
?>
<?php

Sweet!


All times are GMT -6. The time now is 01:14 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.