You don’t want to do that. When someone looks at a page on your site, WP chooses page.php to show it (that’s a bit of a simplification, but is fine for this explanation).
page.php needs that call to get_header() to include the header.php file, which in turn will not only display the visible header of the site but usually will contain everything necessary for building the <head> section of the HTML document, including linking to stylesheets. By removing that line from page.php you have prevented WP from creating the whole of that part of the page.
Additionally, you don’t want to edit a third party theme as any later updates will overwrite your edits. Any changes you want to make should use a child theme.
The best advice is that you should choose a theme that already has the header where you want it. If for some reason that really isn’t possible then creating a child theme can at least let you adjust things with some level of future proofing.
Related Posts:
- My child theme doesn’t work Error: “The parent theme is missing. Please install your parent theme”
- How to edit bbPress template files – WordPress + BuddyPress + bbPress? [closed]
- Best practices – Should I create a child theme vs. customizing a framework theme? (such as HTML5 reset)
- Child Theme not loading parent CSS
- add generated stylesheet from parent theme after child-themes style.css
- add_image_size is scaling, even though crop is set to true
- Change Genesis Tag from Page Template [closed]
- How do I get a parent theme modification from a child theme?
- Should I update my _s theme?
- Create a theme by combining a parent and a child theme
- How to keep my custom theme changes after updating genesis child theme
- WordPress Multisite: Have the same header and footer of main-blog on all sub-blogs
- Override Constants in Child theme
- Loading files for theme and child theme (Require)
- Child themes: disabling the parent
- How to Edit the style of header title of Twenty Eleven Theme?
- Child theme style.css versioning
- Cannot figure out how to overwrite files in child theme
- How to add theme support?
- Removing non native customizer settings from a child theme
- Link to a .po file in a child theme
- Alias to theme folder for local development
- Inheritance of parent theme plugin files in a child theme
- Divi Child Theme not appearing in “Themes” [closed]
- Injecting a custom sql query into a page/theme
- Select full Image Size on widget “Genesis – Featured Posts”
- How to first edit in local WordPress editor on page and the add code?
- Child theme enqueue scripts using new functions
- changing blog title to an image using filter function in child theme
- Show woocommerce categories on my theme menu styling
- How to override p2 breathe theme plugin in content template file?
- Child Theme’s style.css not loading in mobile browser
- add_filter to parent theme helper class function from child theme
- How to properly create a child theme
- Renaming a theme so it aids SEO and the theme used is hidden
- filemtime(): stat failed warning within a child theme
- How can I override a require() used in functions.php of parent theme to my child theme
- Child Theme header1.php file not overwriting parent theme’s header1.php file
- Using a starter theme vs starter theme with child theme
- 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]
- Overide enqueue in non plugable function via child theme
- Why would changing a child theme to a normal theme pass a Template is missing. error
- Starting point for custom Themes [closed]
- Simple child theme modification but links are broken
- Making a child theme for “Airi”
- How to change footer credit text in Twenty Twenty One theme with a hook?
- Do I need to create a child theme for JointsWP
- Hestia Child theme creation
- Alignment Problem [closed]
- Why is switching between themes breaking my child theme?
- Avada Child Theme Development
- What $handle does WordPress use for a theme’s implicit style.css?
- How to override template files in parent theme?
- jQuery from parent theme loaded with many other scripts in a single min.js file
- Is There A WordPress Hook for Accessing Attachments for A Particular Page?
- LESS not working in WordPress [closed]
- Different themes on one site
- Converting a theme to a child theme in a network
- How to modify theme content in Thematic?
- Understrap-child conditional js script
- Why front-page.php doesn’t show content of file instead shows loop
- Theme functions don’t work as expected in partial included via get_template_part() after custom query using Ajax [duplicate]
- Copying a modified theme from one wordpress site to another wordpress site [closed]
- How can I access variables from theme in child theme? [closed]
- What is an alternative to not using child theme to customize a WordPress theme?
- Block validation failed for `core/pullquote` after adding theme support for editor-color-palette
- Where i must put hooks in overridable functions?
- Is_single not working properly in genesis
- (Parent) theme Is Not Showing In Theme Selection Panel and Therefore Breaks Child Theme
- Child theme menu not appearing in Twenty Seventeen
- Edit Product Archive design for Woo theme
- How can I fix my theme header for my CSS stylesheet?
- Duplicate child theme incl. design changes
- How to connect two child themes on different sub domains to the same base theme
- Debugging slow WordPress Theme Customizer (Any option similar to Query Monitor)?
- How to customize the colors within a stylesheet using a WordPress setting
- Child theme in separate WordPress Install
- Change header image on a particular page
- 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
- Hook in parent theme Menu function
- How do child themes work?
- Why WordPress gets old templates code instead of the last updated ones
- How to migrate the menu from the site on my own theme in WordPress?
- adding navigation to genesis themes
- Extending arrays in parent theme without completely overriding the files
- Standard Way To Do Custom Work Within A Page?
- WordPress theme Modifications not showing up on live server
- What to do when child theme is out of date with parent theme
- Extracting Distance from FacetWP Proximity Function to Display in WordPress Template
- add_action works outside condition but not inside it
- Image Size wrong during upload
- Is there any way to show child theme in theme detectors?
- Should I create a child theme for a parent custom theme? [closed]
- I’m new in developing responsive WordPress Theme, so which framework to use or work from scratch? [closed]
- Twenty sixteen – full height
- ways to create customized theme (hard coded – no pagebuilder)