bluqueen777
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Quick question – links/cssTHANK YOU!! But now only one list, category 2 under “more eve” shows up.
I wasn’t sure how to work your code into my existing so I did the following:
<div id=”blogroll”>
<h3>Blogroll</h3>-
<?php wp_get_links(1); ?>
</div>
<div id=”eve”>
<h3>More Eve</h3>-
<?php wp_get_links(2); ?>
</div>
Any hint about what I’m doing wrong…?
Forum: Installing WordPress
In reply to: Installed into the wrong directory.Not sure if this would work or not… but you could just start a new blog. Create the folder structure you want, “reinstall” WP into that folder, following the directions for installing multiple blogs. If you don’t have any entries or anything into your old blog, perhaps that would work…
Forum: Themes and Templates
In reply to: Graphics questionsThank you so much for answering my questions, I really appreciate it!! Kafkaesqui, your thoughtful answers to my [dumb] questions on several occasions have made it possible for me to continue using WP [without doing serious harm to my computer]… just wanted to personally thank you again! Have a great night! ??
Forum: Installing WordPress
In reply to: Reinstall/new database?Thank you both for your help! ??
I wanted to start from scratch and delete all posts, etc. [The first installation was really only a test, and not in its permanent home or permanent form.]
Mac, that looks like what I was looking for, only I don’t have PhpAdmin – my host has my db on its server. At least I can contact them and know what kind of advice I’m looking for. Thanks a bunch!
Kafka, I might try that too, might be easier in the short run. Thanks!Forum: Installing WordPress
In reply to: Can’t select the wordpress database…?Thank you!
Do you think the server address would be requiring a “http:\\” – ie to the specific server on which my host puts my files?
1,000,000,000 thank-you’s for your help tonight!Forum: Installing WordPress
In reply to: Can’t select the wordpress database…?Thank you for your reply!
So, if I understand correctly, to use the db that should be in my name, I would set the parameters as follows:define(‘DB_NAME’, ‘usernme’); // The name of the database
define(‘DB_USER’, ‘username’); // Your MySQL username
define(‘DB_PASSWORD’, ‘my password’); // …and password
define(‘DB_HOST’, ‘localhost’);right? If that still doesn’t work, it’s probably a question for my host, correct?
Thank you for your help!!