Local install not loading template images but is loading everything else XAMPP
Probably your localhost siteurl option it’s not set up right. Try to add this on your wp-config.php file: define(‘WP_HOME’,’http://localhost/stepladder’); define(‘WP_SITEURL’,’http://localhost/stepladder’); If it works, then it proves that your siteurl option (on your options table) it’s not correct. hope that it helps, Cheers