Title: Theme Editor
Last modified: August 18, 2016

---

# Theme Editor

 *  [nhlline](https://wordpress.org/support/users/nhlline/)
 * (@nhlline)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/theme-editor-4/)
 * How do you edit the Andreas09 theme, if this is aloud? I looked through the documentation
   and am having troube finding something that indicates how to edit the HTML or
   XHTML of a page. I see the theme editor but how do you edit it?
 * Also, when editing you can include your own banner for the web page as well right?

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

 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/theme-editor-4/#post-468498)
 * Forget the online editor – it causes more troubles than it solves.
 * Edit the theme’s template files on your computer in a plain text editor like 
   Notepad (not Word!!!) and upload it via FTP.
 * Themes released under GPL license can be edited as much as you want.
 *  Thread Starter [nhlline](https://wordpress.org/support/users/nhlline/)
 * (@nhlline)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/theme-editor-4/#post-468516)
 * How exactly do I do this? Like do I just copy and paste everything into a notepad
   file and then just edit it from there? And when I upload it do i do that in the“
   public_ftp” directory under File Manager?
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/theme-editor-4/#post-468519)
 * 1. You don’t copy it. You OPEN the file in Notepad (or something similar).
    2.
   You don’t have a FTP client? How did you upload/install WP?
 *  [katgirl](https://wordpress.org/support/users/katgirl/)
 * (@katgirl)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/theme-editor-4/#post-468523)
 * Also, once you’ve changed whatever HTML code you want to change, save the file
   title as it was – don’t change it. So if you modified index.php then save it 
   as index.php
 * Then, upload that file back into the theme folder in which you downloaded it 
   using FTP software.
 * ie: wp-content/themes/your-current-theme/file.php
 *  Thread Starter [nhlline](https://wordpress.org/support/users/nhlline/)
 * (@nhlline)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/theme-editor-4/#post-468524)
 * Ok, obviously i’m new to this. I uploaded WordPress from Barron Hosting. Now 
   please tell me where I go to access this, if its the File Manager (in the cPanel)
   than nevermind, i can figure that out.
 *  [whooami](https://wordpress.org/support/users/whooami/)
 * (@whooami)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/theme-editor-4/#post-468525)
 * you INSTALLED wordpress via your hosts file manager. You didnt UPLOAD it.
 * its the verbage thats confusing here. 🙂
 * uploading, in this instance, is accomplished using an ftp client.
 *  [katgirl](https://wordpress.org/support/users/katgirl/)
 * (@katgirl)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/theme-editor-4/#post-468526)
 * Do you have FTP Software? That was Moshu’s first question. If not, you NEED it
   in order to do what you are wanting to do, otherwise, use your WordPress theme
   editor to modify your current template files.
 * But…
 * In order to modify your theme templates through WordPress Theme Editor you MUST
   first CHMOD your theme files to 666, so you can write on them.
 * Either way, you are going to need [FTP](http://codex.wordpress.org/FTP_Clients)
   software. I use SmartFTP its free – your hosting provider should have offered
   you access to your web space, along with some reference to good FTP software.
   All good hosting providers should.
 *  Thread Starter [nhlline](https://wordpress.org/support/users/nhlline/)
 * (@nhlline)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/theme-editor-4/#post-468528)
 * I’d assume editing it through FTP is alot easier than wordpress right?
 * and sorry to be a bother but where do I sign up for an FTP client account? Can
   I do it through my CPanel?
 *  [whooami](https://wordpress.org/support/users/whooami/)
 * (@whooami)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/theme-editor-4/#post-468529)
 * explanation:
    [http://en.wikipedia.org/wiki/Anonymous_FTP](http://en.wikipedia.org/wiki/Anonymous_FTP)
 * Google .. used to find things that you can download and install (its an absolutely
   amazing search engine):
    [http://www.google.com/search?hl=en&q=ftp+client&btnG=Google+Search](http://www.google.com/search?hl=en&q=ftp+client&btnG=Google+Search)
 *  [spencerp](https://wordpress.org/support/users/spencerp/)
 * (@spencerp)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/theme-editor-4/#post-468530)
 * What I’d do is, send an email to your host, asking for the following informations:
 * What’s my FTP URL/IP?
 * What’s my FTP username?
 * What’s my FTP password?
 * Usually it can be your host login: username and password, and your domain[dot
   whatever] as such: [http://ftp.mydomain.com](http://ftp.mydomain.com)
 * But, send them an email, and ask them the above questions to be sure!
 * Then, follow the link that whooami gave above, and find a FTP client (FTP software),
   that you want.
 * Or, have a read over here
    [http://codex.wordpress.org/FTP_Clients](http://codex.wordpress.org/FTP_Clients)
 * spencerp
 *  Thread Starter [nhlline](https://wordpress.org/support/users/nhlline/)
 * (@nhlline)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/theme-editor-4/#post-468583)
 * Regarding FileZilla, I went to their webpage through WordPress, and clicked download.
   After this I am unsure about what to do. I am looking to download the FileZilla
   2.2.28 but under it there is five different download files. Can someone who uses
   or is familiar with FileZilla tell me which one do I choose, or just simply download
   each of them one at a time.
 * [http://sourceforge.net/project/showfiles.php?group_id=21558](http://sourceforge.net/project/showfiles.php?group_id=21558)
   
   ^this is the link to the page.
 *  [whooami](https://wordpress.org/support/users/whooami/)
 * (@whooami)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/theme-editor-4/#post-468600)
 * ok, lets use some critical thinking. If you read the urls everyone pointed you
   to, then you would know you dont need the server (you need the CLIENT).. therefore#
   3 wouldnt be the one you need.
 * Now, do you want a beta version .. prolly not? So that rules out #2.
 * That leaves one choice: #1
 * After youve clicked that, i would think that you would want the file with the
   word “setup” in the filename. Dont you? 🙂 Its also tagged as “exe (32-bit Windows)”
   I am assuming you are using windows.
 * This is the easy part. I urge you to put on your thinking cap if you wish to 
   successfully manage a web site.

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

The topic ‘Theme Editor’ is closed to new replies.

 * 12 replies
 * 5 participants
 * Last reply from: [whooami](https://wordpress.org/support/users/whooami/)
 * Last activity: [19 years, 6 months ago](https://wordpress.org/support/topic/theme-editor-4/#post-468600)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
