Wordpress Config
ADD these lines after * @link https://wordpress.org/support/article/debugging-in-wordpress/ */ define( 'WP_DEBUG', true ); define('WP_DEBUG_DISPLAY', false); define('WP_DEBUG_LOG', true); define('SCRIPT_DEBUG', true); @. GOtO tools->wordpress for dummy data run impoter and download file https://raw.githubusercontent.com/WPTT/theme-unit-test/master/themeunittestdata.wordpress.xml Download and import file attachments check Extension for sublime Wordpress Completions , Wordpress Customizer, Wordpress Snippets, Wordpress Gutenberg Blocks Child Theme write CSS in Additional css donot write in child theme style.css To add new bootstrap Bootswatch: Free themes for Bootstrap create asstes/css in chlid theme <?php function wporg_css_body_class( $classes ) { //if ( ! is_admin() ) { $classes[] = 'wporg-is-awesome'; //} return $classes; } //add_filter( 'body_class', 'wporg_cs...