• hey every one, i’ve managed to resolve my stylesheet error, i think it was because WP did not like the name being “Style.css” instead of “style.css”

    i have a new problem now, the theme works perfectly fine when i access it directly and not via WP but when used through wordpress it just shows a blank white page

    why can it be?

    thank you for your help

Viewing 7 replies - 1 through 7 (of 7 total)
  • Start by working through Theme_Development.

    Thread Starter idofr

    (@idofr)

    ok thank you but it didn’t help at all i’ve read through the entire thing like 6 times before.
    again, it has all the files it needs and i’ve rechecked for the links between the files and they’re all seems to be fine.
    in general the site works fine when i access it directly and not through wordpress

    it seems like the issue lays within the index.php file, can someone please go through it and search for problems? (it’s really rather short)

    Moderator James Huff

    (@macmanx)

    What do you mean by accessing it “through wordpress”? What is the URL that you’re going to?

    Thread Starter idofr

    (@idofr)

    what using wordpress i’m going to: https://localhost/wordpress/
    when tried not through wordpress i’ve tried 2 things

    1. is going to the base HTML file at https://localhost/LSSU/main.html that is the HTML which was converted into the theme templates using the final css file.

    2. trying to access the index.php file in another folder https://localhost/lssu_a/index.php

    the first one works prefectly fine but the second doesn’t and therefor i assume that the problem is something in the index file

    Moderator James Huff

    (@macmanx)

    So, where are your WordPress files located, and how are URLs 1 and 2 related to your blog?

    Thread Starter idofr

    (@idofr)

    the wordpress files are located under: wp-content/themes/lssu
    URLs 1 & 2 are the same files just out of wordpress.
    i used 1 to create the code and it works just fine
    and in the second one i just copied the same files from wordpress to another folder to check whether the problem is in my code or with wordpress

    Moderator James Huff

    (@macmanx)

    the wordpress files are located under: wp-content/themes/lssu

    Those are your theme files. What about the core WordPress files, like wp-login.php ?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Theme works fine but not when converted into WP’ is closed to new replies.