• Dear All,

    I recently read an article talk about the option “page template” when edit page. But When I try in my site. There is any option/box/drop box…. to edit the page template.

    Is that a change in 2.3.2 or it is the fault in my version?
    How to assign a page template to a page?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • You need to make sure at least one template file in your theme has the following contruct:

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

    The above example is taken from the WordPress Default 1.6 theme’s wp-content/themes/default/links.php template.

    I believe this capability has been in WordPress since version 1.5.

    the problem i was having was identical to what yurbelvn was describing… i am very experienced in wordpress and have never run into this problem before after installing many many instances through multiple versions.

    the problem occurs when the style sheet (style.css) is missing from the theme. Return the stylesheet, even if you dont call it in the theme you are using, and the problem will be resolved… i assume it is because of all the commented text at the top of the css file, but dont quote me on that… all i know is that it works ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Page template in WP 2.3.2’ is closed to new replies.