How do I send out an update?
Unless you took the time to find and implement an update server mechanism into your theme, you’ll have to manually distribute the updated theme to your clients.
It should be enough to send out a standard WP theme zip, and for them to upload it. If it has the same folder name WordPress will replace your theme with the newer version from the zip file.
Additionally, you can use one of literally hundreds of other methods to replace the theme folder:
- import it with WP CLI
- overwrite it in FTP
- overwrite it via shell commands
- Git/SVN version control!
- Composer upgrades
- etc etc etc
All of these options are highly dependent on your unique situation, the methods you took to install the theme in the first place, and the access/tooling available
Related Posts:
- Automatic Updates For Private And Commercial Themes?
- If I build a custom theme, will it update?
- Pushing updates to your premium theme
- Prevent update check for specific theme
- How can one update a theme on a live site without interruption?
- Same theme name issue with wordpress repository theme
- Show warning if plugin is missing
- Theme Javascript.php Overwritten Nightly [closed]
- Wordpres core-update theme renames theme folder name
- How to make updatable custom WordPress theme?
- Update modified Shopify third-party theme [closed]
- Any way to permanently translate themes?
- Add a dropdown to theme customizer
- Editing the custom background CSS
- What is the problem if I use CDN in my WordPress parent theme(built using bootstrap)?
- What, specifically, should be included in theme_name_setup()?
- How to get gallery images?
- Is it possible to use line break in theme description?
- Custom theme/plugin update checks
- Grab the first paragraph of each post
- Symlink a directory to wp-content/themes
- How to check if post has any tag?
- What are WooCommerce starter themes? [closed]
- Theme showing incorrect update
- How do I “unhook” / de-register jQuery so that it’s not called as part of wp_footer();?
- How to disable the gradient and font size internal CSS added by WordPress when using theme.json
- Is there an error in get_the_tag_list()?
- Which is the simplest theme for WordPress to use it as your base?
- “Cheatin’ uh?” error message on multple theme directories
- Adding WordPress colorpicker in widget settings
- A theme that follows all the best practices to learn from?
- How do I display the “Archives” widget layout (sidebar) in WordPress by ‘year’ then by ‘months’?
- get_post() function returns post even if it is trashed
- How to highlight the current page in the nav menu?
- How do you protect a premium theme from being copied?
- “Display Site Title and Tagline” checkbox not working?
- Add social icons in a theme through custom admin menu
- file_get_contents Not allowed in Themes?
- Sub folder CSS that’s read by Admin panel
- How do I remove twentyten without ruining what I did?
- Custom theme not visible in Appearance
- Dequeue a style file which is making website load slow!
- Developing WordPress Theme using CSS framework like Bootstrap
- WP_Customize_Color_Control omitting # symbol
- Theme translation not applying
- How to add filter the post thumbnail before save in database?
- Storefront child theme not applying parent theme [closed]
- How to add Space between sidebar and footer widget in WordPress theme [closed]
- Theme Inspector “X-Ray”
- Acivate all themes multisite wide automatically
- Admin: sub menu doesnt display under apperance when activate my themes
- Overrite parent functions using child functions
- How can I change the theme of different posts using a plugin?
- Create a child theme from multiple themes
- Are seven additional image sizes are too many?
- How can I use the WordPress Loop and Pagination in multiple instances but different scenarios throughout my site?
- registering a global template wordpress 6.0
- Copying the theme style files and images to duplicate the website but with a difference
- I have WordPress setup on primary domain, how do I set it up on its subdomain using the same database?
- How to set Post meta-box defaults based on the choices made by user in Customizer?
- Theme Action to hook for one time only function [duplicate]
- get_header action not working
- Unable to change the priority with ‘remove_action’ and ‘add_action’ in child theme
- How do I include a partial from a directory below a wordpress theme directory?
- Remove h1 from 2015 theme
- WordPress pulling in random page themes
- Some doubts about WordPress handle the horizontal main menu visualization
- Can’t change theme name
- first excerpt fine, subsequent post excerpts shift to the right instead of displaying vertically [closed]
- HTTP Error when uploading images over specific dimensions
- Why is the `if else` not working?
- showing all recent posts in theme
- iPad WordPress theme?
- custom Background not showing after upgrade?
- Rolling your own WordPress Themes
- List categories of a post hierarchically?
- PHP Parse error: syntax error, unexpected ‘endwhile’ (T_ENDWHILE), expecting elseif (T_ELSEIF) or else (T_ELSE) or endif (T_ENDIF) on line 124
- Theme: dropdown hover menu not showing up in IE/Edge
- Problem with pagination link (error 404)
- How to display home page last modified date in anywhere of wordpress theme?
- how to ensure responsiveness in wp themes? [closed]
- home is not working in wordpreess
- Is a multipurpose theme an alternative to modifying or creating a theme from scratch?
- Local theme changes upload on server but theme changes not showing
- WooCommerce – edit templates
- How to dowload and edit content of a website
- New created Theme leads to malfunctioning Xampp Apache –> functions.php is cause
- Best strategy for providing theme options using customizer
- Next post in category
- Trouble creating custom sanitization function when uploading video files
- What’s the policy for building a theme that doesn’t support widgets/menus?
- How Does One Create a Global Variable Repository
- Custom link color or stylesheets
- Any Cool WordPress Theme Editor? [closed]
- getting id of page
- Roll my own theme or customize an existing one [closed]
- Why do some sites show themes/”themename” as the only theme?
- Is there any open source WordPress Themes?
- Full site editing templates folder vs block-templates
- Is child-theme required when modyfing “Appearence > Editor”?