• So I can get to Sub Pages but the home page is not showing at all.

    I have disabled all plugins and even changed themes to a newly downloaded one and still not showing the home page.

    I have cleared my cache and history, tried incognito windows.

    No matter what I set as the home page it still doesn’t load the page. If I set it to Your Latest Posts for the Front Page Displays it does show. Yet when I choose A Static Page it then doesn’t load any front page no matter what I set it too.

    In this instance I have set the front page to be the /home/ page. So it doesn’t load / but it does load when I go to /home/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter WP CMS Ninja

    (@billiardgreg)

    I have completely deleted the wp-admin, wp-includes, and all php files in the root directory in an attempt to make sure all files are core files.

    Thread Starter WP CMS Ninja

    (@billiardgreg)

    So if I choose Plain for the permalink settings it loads the site, yet when I choose anything other than this it causes the home page not to load.

    if you can, try reset the database, wordpress get a lot of their configs from the database so deleting files will achieve nothing, but emptying the tables on the databases will do of course backup your database first my fellow Shinobi.

    Thread Starter WP CMS Ninja

    (@billiardgreg)

    So I did a database clearing and still the same issue. The home page loads at /home/ but not /. If I change the permalinks to ?p=### it works yet I can’t leave it at that.

    Thread Starter WP CMS Ninja

    (@billiardgreg)

    I even used Velvet Blue to make sure even the GUID’s in the db were all set to the right URL.

    Thread Starter WP CMS Ninja

    (@billiardgreg)

    Ok, well I did a work around. I set under Settings – Reading – Front page displays to Your Latest posts, then in the functions.php file I wrote

    if ( is_front_page() && is_home() ) {
    wp_redirect(‘/home’);
    }

    So now at least it is properly showing this home page but I am baffled as to what is going on.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Home Page Not Showing’ is closed to new replies.