You need to deactivate and reactivate your theme.
When a theme is activated the template and stylesheet values are set in the database. If you remove Template: from the child theme’s stylesheet, the template is still set to twentynineteen in the database, so get_template_directory_uri() will return its URL. Re-activating the theme will ensure that this isn’t set to the wrong theme anymore.
Related Posts:
- Override template file i subfolders
- How to insert a logo in the header?
- My child theme doesn’t work Error: “The parent theme is missing. Please install your parent theme”
- Page template in two level deep folder
- How can I get wp_head() as a string instead of echoing it?
- Add colors to existing color palette without replacing it
- Child Theme not loading parent CSS
- add_image_size is scaling, even though crop is set to true
- How do I get a parent theme modification from a child theme?
- CSS in child theme not overriding the parent theme [closed]
- Returning Variables back into a template
- Optimal solution to develop a wordpress theme?
- Should I update my _s theme?
- Create a theme by combining a parent and a child theme
- Where is the correct place(s) in twentysixteen’s header.php to add a Google webfont?
- Override Constants in Child theme
- how can I remove the sidebar from my wp homepage [closed]
- Does any theme support child theme?
- Am I supposed to create a child theme for every theme I use?
- How to remove a file included in parent theme with locate_template() via child theme?
- Cannot figure out how to overwrite files in child theme
- How to add theme support?
- create-guten-block in wordpress theme?
- Single Page theme [closed]
- Include Parent functions.php in Child Theme functions.php
- Why is it needed to enqueue parent stylesheet in child theme?
- How to override p2 breathe theme plugin in content template file?
- Child Theme’s style.css not loading in mobile browser
- Renaming a theme so it aids SEO and the theme used is hidden
- How do I get the trackback count of a post in wordpress without writing an SQL query?
- Overrite parent functions using child functions
- Need help with adding templates (archives and sitemap) to WordPress child theme
- Template for landing pages
- Will my site get messed up when the wordpress theme updates if I edited the html code in the editor to change footer?
- How to correctly enqueue the parent and child theme stylesheets in the creation of a child theme? [duplicate]
- Create a child theme from multiple themes
- How to add menù section to my WordPress template?
- Starting point for custom Themes [closed]
- Simple child theme modification but links are broken
- Alignment Problem [closed]
- What $handle does WordPress use for a theme’s implicit style.css?
- Unable to change the priority with ‘remove_action’ and ‘add_action’ in child theme
- LESS not working in WordPress [closed]
- Create theme for mobile phones and tablets only?
- Remove h1 from 2015 theme
- Converting a theme to a child theme in a network
- How to modify theme content in Thematic?
- Why front-page.php doesn’t show content of file instead shows loop
- Copying a modified theme from one wordpress site to another wordpress site [closed]
- How can I access variables from theme in child theme? [closed]
- How to display home page last modified date in anywhere of wordpress theme?
- What is an alternative to not using child theme to customize a WordPress theme?
- (Parent) theme Is Not Showing In Theme Selection Panel and Therefore Breaks Child Theme
- Child theme menu not appearing in Twenty Seventeen
- How can I fix my theme header for my CSS stylesheet?
- How to test another theme in a live WordPress website instead of live preview?
- Child theme in separate WordPress Install
- Update modified Shopify third-party theme [closed]
- how can I re-utilize and class on a child theme
- Providing updates to your WordPress theme
- How to show children pages as array
- How do child themes work?
- How to migrate the menu from the site on my own theme in WordPress?
- adding navigation to genesis themes
- Standard Way To Do Custom Work Within A Page?
- Image Size wrong during upload
- What is the point of using the front-page.php template? [closed]
- Meaning of “if ( is_home() && ! is_front_page() )” snippet?
- WordPress API Menu/Submenu Order
- Adding Action Hooks In Parent Theme For Easier Child Theme Customization
- Best practice (forward compatibility) for theme options
- What page should I use for a contact form?
- Retrieve data using wpdb to use for customizer controls
- Stylesheet not linking
- How to control layout of posts on page?
- Theme Development for WordPress Multisite Installation
- create category on theme setup
- WordPress get_template_part() function not working
- Is it possible to make *.js and folders visible in theme-editor
- Customizer – loading settings/controls/sections/panels based on a id/page id
- Where to place template files?
- Replace single_template filter with what for default posts?
- Change image size depending on page
- Post and page content not displaying in search results
- Do I need to create a child theme for JointsWP
- jQuery from parent theme loaded with many other scripts in a single min.js file
- Under theme folder, what’s sequence of action for index.php, page.php, single.php?
- Trying to link to a php template file but its blank
- Theme author.php transfer
- How do I bring a page template into a new theme with separate styling?
- How to show metabox on page if it is using a template
- Template for front page (latest posts)
- WordPress uploads do not show up and I see the white screen of death in some cases
- Any way to permanently translate themes?
- Primary Menu Showing All Pages With No Sub-Nav
- Theme Development : License help
- Showcase your wordpress themes [closed]
- What’s your workflow for converting a static HTML website to WordPress? [closed]
- How to show associated fields if checkbox is checked in customize widget screen using wp_customize?
- Why is wp_nav_menu() not removing the container around the nav ?