First of all, it is a very bad idea to modify the original theme without creating a child theme. Disabling updates of such theme is even worse idea, because without updates, your site may get infected or attacked.
So the long-term solution would be to:
- Check the version of modified theme.
- Download that version from official repository.
- Compare the original files with modified ones.
- Create a child theme containing only necessary modifications.
If you need to disable the updates for a few days, there is an easy way to do it – just change the version of your theme to 9.9.9 – WordPress will think that it is newer than the one in repository and it won’t get updated. (BUT… Don’t think of this hack as a solution – it’s just a dirty temporary fix and you still should perform the process from points above).
Related Posts:
- Do I need to update the child theme too after updating the parent?
- Child themes & updates?
- Updating my WordPress.org version will cause my site to break… What can I do to avoid this?
- Versioning @import of parent theme’s style.css
- How to add code to Header.php in a child theme?
- Why does my child theme CSS get called twice?
- How do themes provide support for child themes?
- Attributing a version number to a child theme’s main stylesheet
- how do I queue my Child stylesheet/s *after* every Parent stylesheet/statement?
- Hiding Parent Theme
- how to call files in child theme?
- Child theme showing a blank page
- Child theme preview missing
- Child Theme Performance
- Under heavy cache conditions, updating the parent theme don’t reflect changes with child theme enabled
- How can you change default color scheme in a Twenty Fifteen child theme?
- When activating a child theme, what core settings have to be reset ie; Custom Menus etc?
- Hwo to turn off “get_parent_theme_file_path” in child-theme?
- Enqueue styles properly in a child theme and stylesheets location
- Enqueue more than two CSS styles in a child theme functions.php
- Proper way to make a tweaked theme into child-theme setting?
- Promoting child theme to stand alone
- Activating child theme returns “active theme is broken”
- How are updates to the style.css file in child theme recognized?
- How do I set up a child-theme without using @import
- Adding or modifying in files of parent theme via child’s function.php
- Can’t override footer.php in child theme
- Where to put custom PHP files in a child theme?
- Where is wp-content/themes folder?
- Child Theme Path Being Ignored With wp_enqueue_scripts
- Why is “get_template_directory_uri” pointing to child theme?
- Can I rename a theme’s folder and still receive updates?
- ERROR MESSAGE: Missing index.php—Child Theme
- How to make child theme ignore a parent themes template
- Conditionally load child themes
- Priority loading file css in child theme
- Is my child theme working properly
- Enqueue Child CSS to Load After Bootstrap CDN
- Child theme style repeated
- bbpress change the word forum, topic, reply in the forum to another word I choose
- Overriding a parent theme folder in the child theme
- How to remove a script that was queued up in the footer in a parent theme
- Does theme update also update a child theme zip
- How do I override a sidebar that is registered in a parent theme when using a child theme?
- PHP loop that selects posts with a particular in-post option
- Child Theme Translations with PoEdit
- Specific custom child theme page
- Someone created a child theme, but I need to modify it to reorder content. How do I access the child theme?
- Child theme works in local environment but is not working on remote
- Tesseract child theme loads slow [closed]
- Child Header.php Not Showing On Other Pages
- How to extend parent theme sections and settings to Options Tree
- Localize strings for translation
- Add head and body function for google tag manager in child theme
- Updating my free theme delete all my changes [closed]
- Child theme does not load all style
- Adding a title below the logo
- Can I add customizer sections in the Twenty Seventeen theme?
- How to create a parent theme for accesspress parallax theme?
- Creating child-theme from other template files
- Child theme not overriding ‘includes’ folder on server – on localhost it does
- Child style loads before all parent styles
- How Child Themes Directory works for plugins?
- Modify a parent theme’s PHP file, and save in child theme
- child theme – moved files from twentyeleven theme to child them, now not working
- Which is the child theme and which is the parent theme?
- Storefront theme : Add Categoy to recent products section
- Getting a list of the PHP files included to generate a page
- Show full post in category archive pages in twenty-nineteen theme
- design has been broken in WordPress child theme [closed]
- Child theme not importing parent styles
- Creating a child theme after numerous edits to parent theme
- style.css of child theme is not overwriting parents style.css for .box
- CSS stopped working after line 150 [closed]
- Override file in parent theme
- disable jscrollpane in specfic div [closed]
- Twenty ten or Twenty eleven as base for responsive child theme
- use child theme for mobile version
- How to replace function in child theme?
- Changing update message from Newspaper child theme
- Can only override parent theme styling with ‘!important’ in child style.css
- Change child theme after updating parent theme
- Including code from other themes in child themes
- Swap SVG icons in child themes
- Best practice when a theme already has a parent theme (so can’t create child theme)
- How to override styles from child theme if all the styles are in a folder?
- Alpha-store-child does not save changes
- why child theme style sheet in wordpress editor is blank?
- Update modified Shopify third-party theme [closed]
- Installation directory for WordPress and child theme
- How to Create a Child Theme for a Site that Already has a lot of Customization?
- How to prevent funny characters on Home Page
- Change default header image in twenty fourteen child theme
- Functions.php in Child Theme – load JS
- creating a new child theme
- How to activate the child theme in WordPress?
- Selling a child-theme of twenty-thirteen is legal? [closed]
- What is __(arguments) in my functions.php
- How to override a theme template file with a child theme template file (of the same name)
- WordPress | enqueue_scripts in a child’s theme returns error