Basically, that is what Child Themes
are meant to be, you have the need to modify the theme, but you shouldn’t do it directly on the theme since the updates will mess you up, instead, you do all your customizations and new features on your Child Theme so you will be alright.
From codex.
If you modify a theme directly and it is updated, then your
modifications may be lost. By using a child theme you will ensure that
your modifications are preserved.
It’s a good practice, to sum up.
Related Posts:
- How to override functions.php in child theme?
- Change parent theme file function in child themes functions.php
- Overwrite Parent Theme add_image_size in Child Theme
- How to store a number (coming from cookie) into query vars for later usage in other filters?
- Load a Child Theme’s style.css just before the closing tag
- Why functions metaboxes is causing White Screen in Admin [closed]
- How to customize the_archive_title()?
- How to override parent functions in child themes?
- remove_action on after_setup_theme not working from child theme
- Issues with title-tag and document_title_parts
- Adding a second email address to a completed order in WooCommerce [closed]
- Include files in child theme functions file
- How to get woocommerce inventory status [closed]
- Child theme functions.php do I use php open and close tags?
- Declaring an instance of class included in parent theme from child theme functions.php
- How to edit bbPress template files – WordPress + BuddyPress + bbPress? [closed]
- Implementing DNS Prefetching with WordPress
- Child theme – overriding add_image_size by a child theme [duplicate]
- Is it possible to override this function/class in a child theme?
- Organize functions.php
- How to override filter in child theme?
- I created a child theme and it doesn’t work for some of the css files
- Unregister Nav Menu with fallback?
- Child Theme Not Overriding Parent Theme
- Changes to functions.php not working
- How to override enqueued styles using a child theme
- Dequeue script in template isn’t working
- Changing itemprop from logo to image on custom logo?
- How to store / access files in child theme folder
- Show excerpt for only first post in query
- How to add css class to image attached in all the posts?
- Proper way of using functions in action hook?
- How do I get a child theme to load scripts from the parent theme?
- How to call custom function from functions.php in site-wide template files?
- Is there a way to add a class to non current menu item?
- how to edit functions.php in a child theme
- Include files in child themes, declare in functions.php
- How to enable template page only for a post id page
- Avoid loading css from parent theme
- Add caption functionality to custom WordPress theme
- Problem only while using require_once() within functions.php
- Best practices regarding the creation of custom widgets?
- enqueue styles for only mobile wp
- Automatically include all php files in a child theme directory
- Override the function twentytwelve_scripts_styles in a child theme
- Skeleton Child Theme Add Icon Bar to Header Flex Grid
- Remove Custuomize Sections
- Load custom css in functions.php causing library issue
- get_pages() Returns Only One Item
- How to edit classes in body tag?
- Getting the teaser text without overriding global variables
- Unable to point the child theme directory even using get_stylesheet_directory()
- How to edit/replace Parent functions.php function in Child Theme to add “Walker” class
- Child theme function.php causes fatal error
- Removing “Powered by” footer using child theme PHP [closed]
- get_template_directory_uri() links to child theme not parent
- Is it possible to use add_filter in an included file in the child theme’s functions.php?
- “options.php” not found
- Solution dealing with Child Theme / Parent theme functions
- How to override this theme function in child theme
- get_template_directory() – references parent theme directory
- contact form in template with jquery,validate and ajax
- Why I can’t load my JavaScripts using an hook inside my functions.php file?
- Add content after get_header
- Overwriting TwentyTwelve template file with child theme template, but lower in the hierarchy
- Any adverse effects of adding apply_filters to a function?
- Woocommerce Variable Product Dropdown for Custom Shop Template
- Exclude specific post from query
- Advanced method to control cache of enqueued style/script
- Adding a schema code to one specific page using functions.php file
- Add Javascript code to functions.php childtheme
- How Do I Unhook This Parent Theme Function?
- Why does echo on functions.php not yield result in source code?
- Child theme, how to cut the functions.php file into several classes?
- Replace theme function
- Setting Up Child Theme To Take Priority
- How do I create a child theme from PowerMag theme
- How would I correctly implement a new if statement in a child functions file?
- Remove External Links from WordPress posts Using add_filter() in Theme functions.php
- Child Theme not loading multiple stylesheets
- How to retrieve image IDs from shortcode content?
- Modified functions.php in Magazine Pro theme of Genesis. 500 error
- Help with is_page() and calling css for specific pages in a Child Theme
- Class::$template_dir_path=get_template_directory();
- How do I integrate my Child Theme into a Custom Template?
- Child Theme functions.php has no effect
- Language switcher for subdomains
- How to add next height number in Order Attributes inside the Add new page. [duplicate]
- wp_nav_walker that interacts with widgets to setup mega menu
- Is it possible to change parameters of Parent theme function in the Child theme?
- Preventing PHP Execution in Parent Theme
- Why does my visual post editor break when I try to add a TinyMCE button?
- Functions.php in child theme that loads CSS file breaks website
- Unregistering custom tinymce plugin?
- Allow tags and attributes in post and pages content
- Override parent theme function that is not hooked or in the functions.php file
- Problem with Child-Theme using of foundation-framework [closed]
- Add custom css to theme
- Why don’t ‘wp_nav_menu’ CSS classes work until a menu is created?
- Setcookie not setting cookies anywhere except admin