Since this is a custom theme I can only guess what’s going on.
Possible answers to Question 1:
-
make sure that it’s your custom theme that’s activated
-
make sure that all your theme files
have the right Template Name. The
template name is what shows up in
the drop-down list. If you have
duplicates or the wrong ones then
you’ll get an unexpected list.
Answer to Question 2:
I don’t think you can remove “Default Template”. “Default Template” tells to WordPress to use page.php. if that’s not present then use index.php.
Another possibility is that one of your templates files has a Template Name of “Default Template”. it’s silly i know, but it’s possible. That would definitely make you see double.
HTH
Related Posts:
- How to override admin-bar style
- How to customize search result page title?
- How to change menu icon which is overriden (i.e. by WooCommerce) [closed]
- How to remove howdy dropdown menu content
- Selective Product Category for Carousel
- WP Enqueue Script Error
- WordPress function with attribute pass to template
- Add multiple custom fields to the general settings page
- Adding fields to the “Add New User” screen in the dashboard
- When should you, and when should you not, use wp_list_pluck()?
- Displaying the number of updates available in the Admin area
- Display random categories on the front page (Finding and Editing Theme Functions)
- How to redirect to post if search results only returns one post
- What’s the difference between admin_url() and get_admin_url() functions?
- How to influence the information displayed on widget inside wp-admin
- Is it possible to remove the “standard” post format?
- Woocommerce add to simple product attribute programmatically [closed]
- Issue with get_theme_mod returning a blank value instead of the saved value
- TinyMCE custom styles remove class when switching styles
- How to remove row-actions from pages table?
- How do I create a new WP admin color scheme?
- opening links in new tab using – add_filter( ‘the_content’, ‘make_clickable’);
- wp_get_attachment_image returns different image size
- AJAX handler throws 400 (Bad request) – why?
- Passing variables to templates (alternatives to globalizing variables)
- Load post with a different template?
- Modify search function in WordPress (TwentyTwelve)
- wp-admin page is blank
- When is it appropriate to put functions on page template vs. functions.php?
- Auto delete WordPress images/thumbnails (all sizes) and featured after X days/hours, or similar?
- Replacing select2 in admin backend for all selects
- difference between add_object_page and add_menu_page
- WordPress Change Post Templates,but not drop down, but Image selection
- Removing Unnecessary Text from Admin Menu without CSS
- Target a certain page within wordpress backend (admin) i.e. Pages > About
- Set default options for inserting media
- Default or Preset Content for Custom Post Types
- Remove tag on my RSS Feed
- Display WordPress Search
- How do I change parameters without changing the core
- Problem with extract() with custom shortcode
- How can I rename the WordPress AJAX URL? [duplicate]
- How to add a rel attribute to images that contains their categories?
- Using locate-template & shortcodes doesn’t appear to work
- add sidebar area to header of child theme
- Preferred Use of home_url()?
- Remove “Parent” Selection When Adding/Editing Categories?
- Can I use require() function in a template file?
- How to set global variables in template page?
- Why isn’t is_page_template() adding a body class?
- Custom function for user register in wp?
- Dequeue script in template isn’t working
- Query children and parent title
- Help to resolve Syntax error, unexpected ‘endwhile’ (T_ENDWHILE) [closed]
- How to add a column to the Trash page?
- Adjust which tempalte a page uses with a function?
- Comments to only be seen by their author
- Theme-Config tab in admin Pannel?
- Creating loop within functions.php
- How to Add a Random Custom Gravatar in the WordPress Comments?
- Delete pages and Create default pages for all new network sites
- Actions according to image type and size
- Make “sidebar template” the default template for new pages
- Custom roles can’t access to wp-admin
- password protected post policy
- Retrieve post modified date for specific post by post ID
- Post thumbnail relative link and HTML modify
- Refactor create_function
- adding custom classes for tables
- Pass Shortcode Attribute to footer Script
- How to mass-delete inline styles in WordPress custom post type automatically?
- How would go about if I just want a temporary function?
- Remove the deleted users avatar from list
- How to call custom function from functions.php in site-wide template files?
- Customizer field value into functions.php variable
- Attach parent category template to all subcategories
- Add class or ID to any WordPress function
- PHP files included in functions.php don’t seem to work
- Removing the main link to Jetpack from the menu
- Access / Filter block variations in Gutenberg, in WordPress 5.6
- How Can I Expand the WordPress Customize window without any Plugin?
- How to include local menu based on page id?
- How to create function from code?
- Set quantity of woocommerce product on page visit [closed]
- wp_dropdown_categories and custom attribute
- str_replace function in theme
- Display Password Protected external RSS in wordpress template
- How to extract the variables out from “add_shortcode” function?
- Default Gallery Edit/Template Editable?
- How to enable template page only for a post id page
- Add Featured image column into wordpress admin on pages AND posts
- How to change login labels
- Automatically wrap multiple images in div
- Ajax not working properly
- Modify a function without editing template
- Retrieve tags data in post body
- How to customize core admin pages within a theme?
- is_customize_preview() like function to check if Customizer “Live Preview” in JavaScript
- Right way to update widget on dynamic new input field
- How to customly read JWPlayer’s “Playlist” items by using its “playlistid”?