Forums

Blog homepage is blank (4 posts)

  1. danaldinho
    Member
    Posted 2 years ago #

    Hey,

    My blogs index page is just showing an blank index page instead of showing all the posts etc - http://www.youngmoneyhq.com

    I don't understand why it is doing this, but when you go to a page or single post etc, it works. For example: http://www.youngmoneyhq.com/2009/07/13/drake-something-x-slow-it-down-x-juice-x-do-it-now-x-stunt-on-you/

    In my general settings, this is what I am currently using:

    WordPress address (URL): http://www.youngmoneyhq.com/news
    Blog address (URL): http://www.youngmoneyhq.com

    Also, this is what I have in my index.php:

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

    and my .htaccess:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    So does anyone know what the problem is and how I can fix it?

    Thanks, appreciate it :)

  2. Samuel B
    moderator
    Posted 2 years ago #

    I see your index page

  3. danaldinho
    Member
    Posted 2 years ago #

    Damn, I just went to a proxy and tried it and I can see my page too.

    But something has happened, because right now, my theme is set to "BusyBee" and not the default one and also there are about 5 more posts since that "Bun B Snags Drake & Jamie Foxx For New Single?"

    Do you or anyone else know what the problem could be?

    Thanks

  4. danaldinho
    Member
    Posted 2 years ago #

    Also I just cleared my cache and deleted my cookies and it still doesn't work for me.

    It also just displays a blank page for my host.

    So does anyone know what has happened here.

    Thanks

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.