0

I used the one click install in dreamhost for my Wordpress sit that I'm building on my sub-domain. When I look for the WP php files in my FTP I can't find them in the directory. Idk where dreamhost places the files? It's my first time not using local host for developing.

Thx

1 Answers1

0

Template files are in /wp-content/[yourthemename]/. There could be any number of .php files in there depending on your theme, the only one that is required is index.php.

Under Appearance > Themes in your admin panel it should tell you what theme you are using and where the theme directory is.

Matthew Darnell
  • 4,538
  • 2
  • 19
  • 29