Alternate Page Template
-
I’m reading the codex and I’m having problems understanding what it is saying.
I’m using page.php from the “Neuron” template as an alternate page templage for my site.I added the lines to the beginning of the page:
<?php
/*
Template Name: altpage
*/
?>
I saved it in my current “Theme” directory. I went to Manage=> Page in the admin panel and selected “altpage” as the page template for the page I want to have display this style.I don’t see any changes.
In the “Neuron” template: page.php – there is the following:
<div id="content" class="narrowcolumn">
I’m assuming I would have to add similar information to my CSS in order for this page to display as intended. Is that right?In the “Neuron” css file, there isn’t anything listed as “narrowcolumn”. I see the “content” but nothing of the other.
What am I missing here?
- The topic ‘Alternate Page Template’ is closed to new replies.