Posted inUncategorized Custom Theme Setup in WordPressthemes : 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…January 27, 2025
Posted inWordpress WordPress SetupStep1: 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);January 27, 2025
Posted inReact 2- ReactWhat is React? React is a JavaScript library for building user interfaces, primarily for single-page applications. It's known…January 8, 2025