• Since upgrading to 3.4 I don’t see the Page Template Selector when creating pages anymore. It has also disappeared for the existing pages. I tried reloading my theme and it hasn’t helped. I really need to add some pages and it keeps defaulting to the default template. HELP!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Check the upper right corner, screen options and make sure page attributes is checked.

    You need check the code for each template at top as this will work

    <?php
    /*
    Template Name: One Column
    */
    ?>

    this will not

    <?php /* Template Name: One Column */?>

    Thread Starter LeonardB

    (@leonardb)

    Thank you, govpatel. Is this something new? The old format always worked for me in the past. I just used your new solution and it worked out fine – my Page Template Selector has returned.

    Seems as if few people have problems with this on 3.4 is all how theme is coded and may be there is change in 3.4

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Page Template Selector’ is closed to new replies.