Crafting Web Experiences
Create a full backup named “before_maintenance_2020-10-25.zip” Update all the plugins and themes Check if there are any new message on admin dashboard Flush all the caches Check the site on incognito window Contact forms Visual issues Everything else Create a full backup again named “after_maintenance_2020-10-25.zip”
Prepare domain, hosting, and migrate the site SSL installation and setup Check the contact forms and update emails Uncheck “Discourage search engines from indexing this site” option in “Reading” settings Check the plugins to update Setup Google Analytics and Search Console
The issue with this technique is that makes the page load time much longer!
Multi Line: One Line: Another One Line Method:
If you don’t want to use only 127.0.0.1 local IP address for your projects, you can expand that in your computer. Each alias must be added individually like this:
wp-config.php:
The Problem Gutenberg block development best practices requires two different functions(edit & save) or files(edit.js & save.js) for both editor and frontend side of a block. That mostly makes us repeating ourselves on HTML part of block to make it similar on both sides. Sample Native Card Block in Traditional Way This is the normal way to…