Title: builder template vs standard template
Last modified: August 22, 2016

---

# builder template vs standard template

 *  [omniafausta](https://wordpress.org/support/users/omniafausta/)
 * (@omniafausta)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/builder-template-vs-standard-template/)
 * If I make a new page I can choose builder template or standard template…
    My 
   question is: how can I make sure the standard template is, well, the standard?
   By that I mean, that if I make a new page it is set to the standard template 
   and not the builder template?
 * I am making a child theme, so no problem if there is not a simple setting but
   if I need to change something in my templates or functions file.
 * I hope someone can help!!

Viewing 1 replies (of 1 total)

 *  Thread Starter [omniafausta](https://wordpress.org/support/users/omniafausta/)
 * (@omniafausta)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/builder-template-vs-standard-template/#post-5294672)
 * Ok, one step further, I found the line that makes it so, thanks to the comments
   added in the theme (thanks for good commenting :D)
 * // Builder template is selected by default
    self.cache.$pageTemplate.val(‘template-
   builder.php’);
 * in edit-page.js
 * My problem is solve by removing that line in the theme itself.
    But of course
   that’s not the way to go.
 * So: Now to find out how to override this in the childtheme!
    Never did javascript
   in a childtheme before… Any tips?

Viewing 1 replies (of 1 total)

The topic ‘builder template vs standard template’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/make/1.10.10/screenshot.jpg)
 * Make
 * [Support Threads](https://wordpress.org/support/theme/make/)
 * [Active Topics](https://wordpress.org/support/theme/make/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/make/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/make/reviews/)

## Tags

 * [make theme](https://wordpress.org/support/topic-tag/make-theme/)
 * [templates](https://wordpress.org/support/topic-tag/templates/)

 * 1 reply
 * 1 participant
 * Last reply from: [omniafausta](https://wordpress.org/support/users/omniafausta/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/builder-template-vs-standard-template/#post-5294672)
 * Status: not resolved