Title: Editing Individual Page Source Code?
Last modified: August 20, 2016

---

# Editing Individual Page Source Code?

 *  [Samer Sultan](https://wordpress.org/support/users/samersultan1/)
 * (@samersultan1)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/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](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)

 *  [kmessinger](https://wordpress.org/support/users/kmessinger/)
 * (@kmessinger)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/editing-individual-page-source-code/#post-2093576)
 * > 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.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [kmessinger](https://wordpress.org/support/users/kmessinger/)
 * Last activity: [14 years, 10 months ago](https://wordpress.org/support/topic/editing-individual-page-source-code/#post-2093576)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
