• I have a clean install of WP1.5. It displays fine with the default and the classic themes.

    I have tried “Greentrack”, “ShadedGrey”, “DevenirDeGris” and “WP Default – AllSidebar Edition”, and the first two shows me an ABSOLUTELY blank page. (https://kalimpong.anujpradhan.com ) And for the next two, the page is all messed up ( no images etc.).

    Could someone give me some pointers here please. I am not very familiar with the CSS or the wordpress stucture etc., but I’m pretty sure I havent messed anything and broken wordpress.

    Thanks,

    Anuj

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter anujkp

    (@anujkp)

    Well, I stumbled upon the solution myself..

    I went into the theme directories (/wordpress/wp-content/themes/Greentrack),
    and changed this:

    ‘<?php
    /* Don’t remove this line. */
    require(‘./wp-blog-header.php’);
    ?>’

    to

    ‘<?php
    /* Don’t remove this line. */
    require(‘./wordpress/wp-blog-header.php’);
    ?>’

    manually in the following files (in Greentrack):
    category.php
    date.php
    index.php
    search.php
    and
    single.php

    I guess I have to do this manually for the other themes too… hmmm

    Instead, you can also remove those lines altogether.

    It is included in the index.php in your blog root directory.

    This theme was done while WP 1.5 was still in beta, and it was needed in those times. but not anymore.

    ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Blank page with greentrack, shadedgrey themes – works fine with default theme’ is closed to new replies.