• Hi,

    I am facing a problem with Twenty Thirteen Theme. I am creating a new template in Twenty Thirteen and my WP version is 3.6 but there is not [Page Template] drop down on right side bar.Please give me solution so that drop down will show on right side and will able to select my custom template.
    I am waiting for reply .

    Thanks ,
    Sandeep Dhiman

Viewing 9 replies - 1 through 9 (of 9 total)
  • Is this for a post or a page where you would like to apply a template?

    My experience is that control does not appear until a template actually exists in the theme folder, as determined by this code at the very top of the file:

    <?PHP
    /*
    	Template Name: your-template-name
    */
    ?>

    If it is for posts you will need to add some custom functions or use a plugin.

    Make sure that you are using a child theme for ANY modifications to twentythirteen –

    https://codex.www.ads-software.com/Child_Themes

    Otherwise all your changes will be lost when WP is updated and it’s also very important to have an unmodified copy of the default theme for troubleshooting.

    Thread Starter sandeep@sednainfo

    (@sandeepsednainfo)

    @wpyogi : I am not using twentythirteen – child .Its simple twentythirteen.
    just tell me how can i show template drop down when i click on new page on right side .

    Thanks

    Thread Starter sandeep@sednainfo

    (@sandeepsednainfo)

    @flashbuddy:

    I already tried this .give me some other solution so that page template drop down will show in right side bar.The code you sent me is already on google.

    Thanks,
    Sandeep Dhiman

    You need to use a child theme. Do not modify the default theme.. That’s going to create big problems for you when WP is updated and you lose all your changes.

    You can do it if you click on Quick Edit when you hover over the page title. The drop down menu is there.

    WPyogi, I usually use one of the base templates and tear it apart to code my custom theme, so the child theme suggestion is not always relevant. I like sandeep was is in the same position. I have a bunch of templates for specific pages and the drop down isn’t showing. I’m trying to see where that’s failing in the theme file.

    **UPDATE**
    I simply added a folder called templates and added my templates with the template code and the drop down appeared in the sidebar. You may not have to add the templates folder, it just worked for me.

    so the child theme suggestion is not always relevant.

    The child theme suggestion is ALWAYS relevant when referring to the current default theme.

    the drop down isn’t showing

    Try reviewing custom page templates. And use a child theme!

    The child theme suggestion is ALWAYS relevant when referring to the current default theme.

    I would agree with that. I was just having a similar issue when just using the theme as a base for my own code.

    Thank you disinfor! This answer wasn’t as easy to find as you’d expect.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Twenty Thirteen’ is closed to new replies.