• bobster0007

    (@bobster0007)


    Hi, Im trying to locate the main html file i think its called the index.html. I am looking on my servers control panel but only a index.php file which has nothing in it. I dont understand why its hiding from me.

Viewing 13 replies - 1 through 13 (of 13 total)
  • Chip Bennett

    (@chipbennett)

    There is no such file.

    WordPress uses PHP files, not HTML files.

    Thread Starter bobster0007

    (@bobster0007)

    Ok how do i get to the html files that i can see using firebug?

    Chip Bennett

    (@chipbennett)

    Via your PHP server, which parses the PHP files, and serves HTML files to your browser.

    Thread Starter bobster0007

    (@bobster0007)

    Can you break that down and simplify how thats done. Im just a struggling novice wanting and trying to learn. Thanks Chip!

    Chip Bennett

    (@chipbennett)

    You generally don’t need to bother with any of that.

    What is the specific problem you’re trying to solve?

    Michael

    (@alchymyth)

    there is a bit on an info:
    http://yoast.com/wordpress-theme-anatomy/

    within the php files of a theme, there is a html structure that is used to build the pages as you see them in the browser.
    the css file is used to format the visual aspects.

    the variable information (post titles, content, and more) is saved and stored in the database.

    all the php files of a theme are using this information from the database, and are creating the html file you see in your browser, for instance firefox.

    Thread Starter bobster0007

    (@bobster0007)

    I have 2 websites using the same themes. one of the sites is missing the nav. There is no buttons for home or contact or anything. The other site has the buttons. I dont know why this is cause i cant see what i did to cause it during setup. Using firebug i can see in the html that im missing the html for the nav on that website. Im trying fix that.

    Chip Bennett

    (@chipbennett)

    What Theme are you using?

    Thread Starter bobster0007

    (@bobster0007)

    Im new to this stuff so im trying out 3 different companies to choose which one i want to invest in long term. This theme is from studiopress genesis going green.

    Chip Bennett

    (@chipbennett)

    Hard to say, since Genesis is a commercial Theme.

    Does Genesis use the core “Custom Navigation Menus” feature? If so, have you created/applied a custom menu in both Themes? Do you have Pages created in both Themes?

    Thread Starter bobster0007

    (@bobster0007)

    Yes it has the core list. At least one of mine did. I removed all but 2 buttons on the theme that is working properly. I still have a home and a contact button. I tried using a plugin for adding a custom menu for the broken theme but thats not working either. I also completely removed both the parent and child theme and reinstalled but there still was no buttons for it. lol. its kinda crazy. And yes i have 2 pages for each theme.

    Chip Bennett

    (@chipbennett)

    Yes it has the core list.

    I don’t know what this means.

    I tried using a plugin for adding a custom menu but thats not working either.

    You should have no need for a Plugin. Just go to Dashboard -> Appearance -> Menus and configure.

    Thread Starter bobster0007

    (@bobster0007)

    Ok that worked. lol. i never said is was very sharp. thanks for your help Chip.

Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘Help me find file please!’ is closed to new replies.