I want to make a child theme for my wordpress site (Twenty-Fourteen theme fyi) so that my changes aren't overridden with every update. Apparently I need to create a new subfolder for the child theme in the wp-content/themes folder. Trouble is, I can't find it.
I've tried adding wp-content and wp-content/themes to the domain - it produced a blank white page. Tried searching for it (and just "wordpress") in the spotlight file search (yes I have a mac) and the only thing it came up with was some wordpress folders I installed back in 2010, which I don't even remember doing. Since I just recently set up this site in the past two weeks (May 2014) I'm pretty sure this is not what I'm looking for.
I should mention that I installed Wordpress via one of their sponsored web hosts, Dreamhost. This allowed me to bypass all those crazy setup steps and made the installation a lot easier. But now I have no idea where the files I need to access reside. I've heard people saying (and read here) that I should use an FTP client to access the underlying folders... I have no idea how to do this. That link also mentions "using the file manager provided in your host's control panel". Again, not sure what this is.
Can anybody help?
I want to make a child theme for my wordpress site (Twenty-Fourteen theme fyi) so that my changes aren't overridden with every update. Apparently I need to create a new subfolder for the child theme in the wp-content/themes folder. Trouble is, I can't find it.
I've tried adding wp-content and wp-content/themes to the domain - it produced a blank white page. Tried searching for it (and just "wordpress") in the spotlight file search (yes I have a mac) and the only thing it came up with was some wordpress folders I installed back in 2010, which I don't even remember doing. Since I just recently set up this site in the past two weeks (May 2014) I'm pretty sure this is not what I'm looking for.
I should mention that I installed Wordpress via one of their sponsored web hosts, Dreamhost. This allowed me to bypass all those crazy setup steps and made the installation a lot easier. But now I have no idea where the files I need to access reside. I've heard people saying (and read here) that I should use an FTP client to access the underlying folders... I have no idea how to do this. That link also mentions "using the file manager provided in your host's control panel". Again, not sure what this is.
Can anybody help?
Share Improve this question asked May 24, 2014 at 14:29 user1985189user1985189 1211 gold badge2 silver badges3 bronze badges 2- You have installed WordPress on a web server operated by Dreamhost. The files will be on that server, which is in a data center somewhere and not on your mac. Ask Dreamhost how to access the files. – s_ha_dum Commented May 24, 2014 at 14:42
- @s_ha_dum ah ok... well that sucks. I wouldn't have installed it through them if I knew it would cause problems like this – user1985189 Commented May 24, 2014 at 14:58
2 Answers
Reset to default 3I am not sure what you were expecting but you seem to misunderstand what WordPress is, how it works, and what it is for.
WordPress is a web application. If you want to use it you have to run it on a web server. If you want people other than yourself to see the site you have to run it on a public web server like that provided by Dreamhost. This isn't a matter of Dreamhost creating "problems". This is just how it works.
You have installed WordPress on a web server operated by Dreamhost. The files will be on that server, which is in a data center somewhere and not on your mac. To access those files you will need software such as FileZilla or whatever web based access Dreamhost might provide.
If you are going to be developing or a theme or child theme, or creating a plugin, I recommend installing a "development" copy on your computer. You don't want to be hacking on a live site. And strongly advise against ever using the file editor built into WordPress for anything but small CSS changes. That editor is like working on airplane while it is in the air-- very dangerous.
You may want to look into desktop clients to make working with WordPress a bit more familiar.
This isn't a "problem"; this is the typical WordPress file structure and - by being on a webhost - the way WordPress works. See https://codex.wordpress/Installing_WordPress
Your files are not local to the Mac; they are on your webhost. See Filezilla and FTP Clients « WordPress Codex. Or use your web host's file manager in your control panel.
You can develop on localhost; see MAMP. But then you'll need to transfer the theme - as well as possibly the complete database - to the webhost.
To create a child theme, see http://codex.wordpress/Child_Themes and make a new folder for the child theme in wp-content/themes/ on Dreamhost with FTP.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745194866a4616040.html
评论列表(0条)