in case you accidentally overridden your wordpress index.php file, just copy the php code below.
<?php
define(‘WP_USE_THEMES’, true);
/** Loads the WordPress Environment and Template */
require(‘./wp-blog-header.php’);
?>
Happy Coding
in case you accidentally overridden your wordpress index.php file, just copy the php code below.
<?php
define(‘WP_USE_THEMES’, true);
/** Loads the WordPress Environment and Template */
require(‘./wp-blog-header.php’);
?>
Happy Coding
Comments