• I am currently working on figuring out how the internals of wordpress work, so I have a site http://www.solarintsys.com currently hosted at dreamhost with wordpress installed on their server (as well as the MySQL DB).

    Now I would like to edit the individual source code of my pages, and not the style.css page or the template page. I looked through the FTP directory and through out the wordpress admin page but haven’t found anything.

    Any one know if this is possible, and if so how to go about finding where these files are stored?

    Just to give you and example of what I would like to do, In firebug I can see this code with I click inspect element at my header:

    <div id="main">
    <div class="columns">
    <div class="narrowcolumn singlepage">
    <div class="post">
    <div class="title">
    <h2>Solar Power Revolutionized</h2>
    </div>
    <div class="entry">
    <p class="postmetadata"> </p>
    <p>
    <p></p>
    </div>

    That is from my main page, where would I go to edit this code?

Viewing 1 replies (of 1 total)
  • Now I would like to edit the individual source code of my pages

    Exactly what are you trying to accomplish?

    WP files are in the wp-includes, wp-admin, wp-content folders as well as in the root. Are you by chance looking for html files? There are none. Just php files that produce html as needed. Changing the source code, even if one knows php, can lead to unexpected results.

Viewing 1 replies (of 1 total)

The topic ‘Editing Individual Page Source Code?’ is closed to new replies.