Backing up On Page Javascript/CSS & Other X Customizations

Hey there,

Is there anything special that needs to happen with regards to backing up on page javascript and css? Is that included in the databases I bounce out weekly or does that need to be manually saved?

Actually come to think about it, how are page and header/footer settings backed up (i.e. elements 2.0 text copy on /index or Pro header settings)?

Hello @justinmking,

Thanks for asking. :slight_smile:

Generally speaking you don’t need to take backup of CSS and JS codes added in Theme Options panel separately. Theme settings and changes in the Theme options are stored in the database inside the wp_options and wp_postmeta table. Same concept applies to Header and footer.

To be on the safer side, I suggest you to activate automatic backup cron job or manually take backup periodically. To learn about backups you can take a look at following article:

https://www.wpbeginner.com/plugins/how-to-create-a-complete-wordpress-backup-for-free-with-backwpup/

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.