Editing Individual Page Source Code?
-
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?
The topic ‘Editing Individual Page Source Code?’ is closed to new replies.