laurenf
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Forgot to change URI before renaming — HELP!Thank you SO much!!! It worked like a charm.
Forum: Fixing WordPress
In reply to: Forgot to change URI before renaming — HELP!Yes! But is there any way you could provide me with those SQL commands? I’m only beginning to be comfortable using SSH, but I really don’t know how to do anything without some serious hand-holding. Any help you could provide would be greatly, greatly appreciated.
Forum: Fixing WordPress
In reply to: Forgot to change URI before renaming — HELP!Thanks so much for your speedy reply… but yikes, I don’t have phpMyAdmin (I have a Pair.com account). Any way to edit it on the command line without ruining everything?
Forum: Plugins
In reply to: Archives by YEAR (this is different!)Okay, I’m running into some problems. Pasting the code LoneBoat provided didn’t work. I tried adding
display: inline;first to thelisection in my stylesheet, and then with a<li style="display: inline;">. But none of these methods put my years on different lines.I think part of the problem might be that the section has an
<id="archives">preceding it, but there is no#archivesin my stylesheet that I can change. So you’d think that the selector would do nothing, but when I delete it, the formatting of the “Archives” header changes. Bizarre, no? I don’t know why this is proving to be so difficult — I thought the hard part was behind me.Any idea you can think of? I’m so grateful for your help thus far!!
Forum: Plugins
In reply to: Archives by YEAR (this is different!)Ooh — one more question/favor to ask. Right now, the links to the years are on one line. How can I get them to each be on their own line?
ie:
2004
2005
2006instead of: 2004 2005 2006
Forum: Installing WordPress
In reply to: 2 different wordpress blogs; 1or 2 database?Also — if this is the case — then why do people do multiple installations?
Forum: Installing WordPress
In reply to: 2 different wordpress blogs; 1or 2 database?Is it possible that it would be faster to have 2 WordPress blogs living inside of one database? I find that the wordpress pages (as well as the admin area) take FOREVER to load, even though we have a T1 connection. Could this be because we’re running 3 MySQL databases (one for each WP blogs)? Would it be faster to house all of our WP blogs inside one db?
Forum: Plugins
In reply to: Archives by YEAR (this is different!)Wow, Kafka! Thank you so much! I really appreciate it — that is exactly what I was looking to do.
Forum: Installing WordPress
In reply to: 2 different wordpress blogs; 1or 2 database?When you have multiple blogs but one database, how does the search work out? Like when you do a search, does it search through all of the blogs b/c it’s all one database?
Currently I have three WordPress blogs each w/a unique database, and so far, so good. But I was just wondering.