Custom Theme Setup in WordPress

themes : my-custom-themestyle.css /* Theme Name: My Custom Theme Theme URI: https://example.com/my-custom-theme Author: Your Name Author URI: https://example.com…

WordPress Setup

Step1: define( 'WP_DEBUG', true);define('WP_POST_REVISIONS', false);define('IMAGE_EDIT_OVERWRITE', true);define('DISABLE_WP_CRON', true);define('DISALLOW_FILE_EDIT', true);define('DISALLOW_FILE_MODS', true);

2- React

What is React? React is a JavaScript library for building user interfaces, primarily for single-page applications. It's known…