milohuang / reverie

Reverie is a versatile HTML5 responsive WordPress framework based on ZURB's Foundation.
http://theakiba.com/reverie/
MIT License
919 stars 196 forks source link

Newbie: Page Template not listed. #294

Closed visiblefrank closed 10 years ago

visiblefrank commented 10 years ago

Hi thanks for viewing,

I'm using Reverie 5 for the first time and am trying to create new page templates but they wont appear in template drop down. I'm using the basic 'Template Name:' in php tags. I am trying to do this using the reverie child theme created by milohuang and using vanilla css. I have tried putting the template in the parent and the child theme directories.

Thanks.

VincentStephens commented 10 years ago

Try changing theme to the default 2014, then changing back again. This force wordpress to recognise the new template.

Vincent

visiblefrank commented 10 years ago

Ah, will give that a go. Thanks Vincent. I actually deleted all other themes 2011 etc. Could this be the problem?

tsquez commented 10 years ago

Are you saving the file as page-yourteplatename.php, try that On Jul 4, 2014 9:15 AM, "visiblefrank" notifications@github.com wrote:

Hi thanks for viewing,

I'm using Reverie 5 for the first time and am trying to create new page templates but they wont appear in template drop down. I'm using the basic 'Template Name:' in php tags. I am trying to do this using the reverie child theme created by milohuang and using vanilla css. I have tried putting the template in the parent and the child theme directories.

Thanks.

— Reply to this email directly or view it on GitHub https://github.com/milohuang/reverie/issues/294.

VincentStephens commented 10 years ago

Dont think so but it is good practice to have a default theme for debugging plugins etc.

visiblefrank commented 10 years ago

thanks tsquez, will try. Yep Vincent it appears in 2014. Will try renaming php file see what happens.

visiblefrank commented 10 years ago

Weird, now child theme broken all together.

visiblefrank commented 10 years ago

D'oh, somewhere along the line I must have changed the parent folder name to Reverie from reverie-master.

Problem solved. Thank you guys.