hallwayorchard
Forum Replies Created
-
Forum: Themes and Templates
In reply to: applying different template to pageYES
I did not think to include Godaddy with my search (and should have known better considering the host of other issues it caused)Torifile had the answer:
In the ADMIN_FUNCTIONS file
the following line needed to be commented out:
//$template_data = implode(”, file(ABSPATH.$template));And the following line was put in:
$template_data = file_get_contents(ABSPATH.$template);This worked great and I can see my Page Template option now.
Thanks to everyone for all the support and advice!
Cheers!
Forum: Themes and Templates
In reply to: applying different template to pageWell, I’ve tried a completely new install and got the same result.
My hosting is on Godaddy.com
Is there any other information that could be helpful?
Forum: Themes and Templates
In reply to: applying different template to pageI wonder if it could be an installation issue. Do you need any special rights on the theme folder?
Forum: Themes and Templates
In reply to: applying different template to pageThat is exactly correct,
1) I do not see (and have never seen) a page template dropdown.
2) The page2.php (or whatever name I call it) file is in the active theme’s directory.
3) I have tried adding another page template to other themes (ie default), and making them active, but have the same results.Forum: Themes and Templates
In reply to: applying different template to pageI’m positive.
I even tried the same proceedure in the default theme. Same results.I’ve tried renaming to half a dozen different names, each time changing the “Template Name:” field within the file.
Forum: Themes and Templates
In reply to: applying different template to pageNope… I drag those boxes all over the place… no page template to be found.
Forum: Themes and Templates
In reply to: applying different template to pageI’m super confused 🙂
I created a page2.php file in my theme directory. At the top of the file I put the following:
<?php
/*
Template Name: page2
*/
?>When I go to write a page the only options I see are Discussion, Password-protect post, Page parent, Post slug, Post author, and Page order.
Am I missing something?
Thanks for the help and the patience…
Forum: Themes and Templates
In reply to: applying different template to pagehmmmm i’m missing something. When I create my new php page I can’t see anywhere in the edit or create page area to choose it.
Forum: Themes and Templates
In reply to: applying different template to pagecool
thanks a ton!