I have just set up my first site and when I go to ‘Admin’ or ‘View Site’ all I see is code and not the actual site:
<?php /** * Front to the WordPress application. This file doesn't do anything, but loads * wp-blog-header.php which does and tells WordPress to load the theme. * * @package WordPress */ /** * Tells WordPress to load the WordPress theme and output it. * * @var bool */ define('WP_USE_THEMES', true); /** Loads the WordPress Environment and Template */ require( dirname( __FILE__ ) . '/wp-blog-header.php' );Anyone have a clue?
Try switching webserver and back again.
Thanks for trying to help Andy.
I went to try what you suggested and in the process of starting the site, it seemed to work. I don’t know what the difference is this time as I’ve stopped and started it before, but never mind. Must be a bug. Hopefully someone from Flywheel will see this.
Thanks anyway.