

How to enable rest API support for WordPress custom post type?
When registering a WordPress custom post type, add 'show_in_rest' => true parameter to the argument. https://developer.wordpress.org/rest-api/extending-the-rest-api/adding-rest-api-support-for-custom-content-types/
Where I can find Gutenberg block icons?
You can get a full list of icons from the following link. https://wordpress.github.io/gutenberg/?path=/story/icons-icon--library
How to safely update WordPress theme?
To update theme you can follow the steps- Download Easy Theme and Plugin Upgrades plugin and install it in your site.Choose the theme file (e.g., senior-care.zip) and click Install Now button.It will automatically install the new theme and backup the old theme and give you a link to download the backup.Make sure that your theme [...]