• Resolved marcusmo

    (@marcusmo)


    Hi,

    I have just installed WP and everything went perfectly.
    However, it is not showing the home page at all.

    [Link to my site]

    First of all, it showed the default home page from x10hosting, which I deleted. However, now it just shows a blank white page.
    I have not changed any settings, nor have I posted anything yet.

    Please help.
    Many thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Well you can login here https://marcusmo.x10hosting.com/wp-login.php

    login and change to the Classic theme then see if your site shows.

    Also make sure your index.php in your web-root folder is there and says:

    <?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('./wp-blog-header.php');
    ?>

    Thread Starter marcusmo

    (@marcusmo)

    Thanks for you help.

    Seemed I had just missed off the wp-blog-header.php file while uploading.

    Works perfectly now

    Many Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Home page not working’ is closed to new replies.