DianeV
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: PLEASE HELP! And I’ll buy you something shinyYes, upload it.
Forum: Fixing WordPress
In reply to: Vspace and Hspace alignment doesn’t work in WP2.1.x on Firefox…It might be easier if you added it to your style:
style=”width: 175px; height: 232px; margin-left:5px; margin-bottom:5px”
Forum: Requests and Feedback
In reply to: Typo in footer.phpAnd if you want to get really technical, a semicolon after “best way”:
having the “powered by” link someone on your blog is the best way; it’s our only promotion or advertising
Forum: Fixing WordPress
In reply to: Blogging Help ( WP )You’ll have to tell us what versions of WordPress you were using and/or upgrading to.
Forum: Fixing WordPress
In reply to: Database “stuck” after Akismet activationI’m wondering if deleting 1000 comments at once was simply too much for the server — something along the lines of requiring too many connections or too much “juice” — and so your database got corrupted. (I don’t know that this is true; just wondering.)
I hope you have a backup of your database.
Forum: Fixing WordPress
In reply to: Permalinks break cgi-bin!Hard to guess without seeing what’s in the .htaccess file.
Forum: Fixing WordPress
In reply to: Upgrade to 2.1.1 then no permission to access index pageFantastic. Why don’t you go ahead and mark this as [Resolved] in the title, then?
Forum: Fixing WordPress
In reply to: Upgrade to 2.1.1 then no permission to access index pageYou may need to re-save the permalink structure anyway. 😉
I don’t know the answer to your problem, but please note this:
http://wordpress.org/development/2007/03/upgrade-212/Forum: Fixing WordPress
In reply to: Dumb newbie asks-about wordpress.com vs orgActually, these are good questions.
WordPress.org is where you can download the WordPress blog software, get help from our volunteer forums, etc. That means you’ll set up the blog software on your own hosting account.
WordPress.com is where you can sign up for a blogging account, which will (I believe) be hosted at wordpress.com.
Forum: Fixing WordPress
In reply to: WordPress address (URI) incorrectYou need a bit of code in your
<head>to tell the browser the location of your favicon.ico image:<link rel="SHORTCUT ICON" href="favicon.ico">Forum: Fixing WordPress
In reply to: After moving WP to another folder…Is wp-blog-header.php still in your /WP folder?
If so, you could try:require('WP/wp-blog-header.php');If not, then it’s:
require('wp-blog-header.php');… and bear in mind that, on *nix servers, /WP is different from /wp.
Forum: Fixing WordPress
In reply to: Code isn’t actually codeI don’t know what’s happening with the formatting in this thread. I’ll try closing the blockquote …?
Did that work?
Forum: Themes and Templates
In reply to: My new theme: Minty FreshIt is nice. Great job!
Forum: Fixing WordPress
In reply to: How exactly do I edit?Thanks for the data, doodlebee. It’s pretty vital data.
Forum: Fixing WordPress
In reply to: How exactly do I edit?If you haven’t downloaded your theme, do so now. It’s in your WordPress directory, in:
wp-content > themes > thethemeyourusing
Then edit those and upload them to the server.
You can also edit them through the WordPress interface, but I’d suggest that that’s more hassle.