-
2 WordPress questions
This is my site:
www.lydiasaoldisks.com/blog
1. Is there a way to turn the large blue header into a link that takes a viewer to the blog homepage? If not, how can I make a link that shows up on all pages that will take a viewer back to the homepage; is adding it to the blogroll the only way? Right now, if someone clicks on the categories, there doesn't seem to be an easy way back to the homepage.
2. Is there a way to do do a search to find out where my WordPress uploads are stored? We discussed this earlier; supposedly it's in my public html folder, but I can't find it. I can find a folder that says "WordPress," and there's a blog in it, but no uploads. I can access my uploads via the WordPress software itself (manager), but surely it's accessible via my cpanel, too.
n/m about 1., I figured it out ...am still wondering about 2., though.
Last edited by Lydia123; 12-03-2007 at 07:34 AM.
-
public_html/blog/wp-content/uploads/
http://lydiasaoldisks.com/blog/wp-content/uploads/2007/12/polaroid-1-small.jpg
[lydiasaoldisks.com] -> public_html/
[blog] -> public_html/blog/
[wp-content] -> public_html/blog/wp-content/
[uploads] -> public_html/blog/wp-content/uploads/
[2007] -> public_html/blog/wp-content/uploads/2007/
[12] -> public_html/blog/wp-content/uploads/2007/12/
[polaroid-1-small.jpg] -> public_html/blog/wp-content/uploads/2007/12/polaroid-1-small.jpg
Last edited by Basil; 12-03-2007 at 09:30 AM.
-
1. Open your WP Admin Panel.
2. Click Options.
3. Click Miscellaneous.
4. See what is says in "Store uploads in this folder". The contents of that box identifies or tells where you want WP to store your uploads IF YOU UPLOAD THEM USING THE UPLOAD DIALOG in the Write Post/Page or Manage Post/Page operations.
5. Now open cPanel.
6. Open File Manager.
7. Look for the folder name identified in Step 4.
What do you see?
It should be simple for one who has come as far down the path of blogging as you have come to locate a file online. Because you are having difficulty, I am really curious about where your uploads are!
Last edited by skeezix; 12-03-2007 at 12:13 PM.
Reason: Expanded step 4.
-
Here's a foolproof way (and the way that Basil no doubt used) to find without question where your images are stored:
1. Browse to any page on your website. Let's use your home page for example, okay?
2. In your browser menu bar, click View, Source. Your browser will show you a page containing all the code for that particular webpage.
3. Now click Edit, Find in your browser's menu bar and enter the name of one of the images in your home page. That will save you from having to manually search for the filename yourself.
4. Look at the url given for the image. That is where your image is stored but if you use the cPanel filemanager, you will start at public_html instead of your http:// blah blah address. That means you will start looking in you /blog folder. The example below is from YOUR website, and the info you want is shown in RED.
Hope this helps.
-
<< if you use the cPanel filemanager, you will start at public_html instead of your http:// blah blah address. That means you will start looking in you /blog folder. >>
Well, that's just it ...when I browse the public_html folder I do see a Wordpress folder, but inside there's just one file, and it says "blog." I suppose I'll need to download that file to see if it "expands" or something on my desktop. How do you, yourself, download Wordpress files? Do you just ftp the folder from public_html to your desktop or do you use the backup icon in the cpanel to do that? I've used the icon, but it downloads it as some file that I need to download something else to actually open it.
-
So go into the blog folder and you should find all the files there.
-
Lydia, I'm beginning to think you are having trouble navigating. If you are using the File Manager, try using the LEGACY File Manager instead. Next, you mentioned you saw only one file inside public_html and that it's name is "blog". Actually, that is not a file but another folder. A "subfolder".
To open it, you click once on the little folder icon, not on the name that follows. The Legacy File manager will then display the contents of your blog subfolder.
It's kinda confusing. To open a folder, you click its icon. But to do something else like rename or delete it, you click its name. Then in the action list that appears at the upper right of the window, if you click the icon for an action, nothing happens. You have to click the icon's name (i.e. delete, edit, rename, etc.)
Hopefully that will clear things up a bit.
-
<< To open it, you click once on the little folder icon, not on the name that follows. The Legacy File manager will then display the contents of your blog subfolder. >>
Ok, thx. How do you personally back up your WordPress files? Is there a way to back them up so that I can see them as-is on my desktop instead of as a bunch of html code? The code is the way I see them on my desktop when I back up my blog using the Wordpress backup.
-
To be able to run a backup copy of your blog on your desktop you will need to install a web server on your computer and copy the files and the database to the appropriate spots on that server.
If you are running Windows there are two all in one web servers to choose from - XAMPP and WAMP5. Both of these will install Apache, PHP, mySQL and phpMyAdmin for you all in one go to save your having to do four separate installs and several config file changes.
-
Stephen is right - you will need to have a little space on your hard drive that will look and act as your own little private "server". That's what he meant by installing a web server. That bit in itself can be (but I suppose not always) problematic. Next you have to create a database on your hard drive (the one you created is again, on your host). Then you have to install, yes, actually install WordPress on your computer (right now you installed it on your host).
For somebody who has done this a few times or who does these things for a living, it's all quite simple, but for folks like you and me who are pretty much just starting out with WordPress and blogs, it is a challenge. I recommend you simply back up your stuff as you have been doing, and continue editing and updating your website "live" and online as you have been doing.
After I feel really comfortable with all that, I will probably install a local "web site" on my computer, but that's a low priority for me right now - probably should be for you as well.
Hope this helps.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules