vkaryl
Forum Replies Created
-
Forum: Plugins
In reply to: wp-Notable plugin – Where do I put the code?Ouch. Sorry, forgot that! Sheesh. It’s in your theme’s index.php file.
Wow. Must be bedtime….
Forum: Installing WordPress
In reply to: WordPress works, but no pics are showing?..Well – it’s not loading your stylesheet at all. And using the Firefox web dev toolbar to edit your html, there’s no header info (from header.php) at all, and not even an opening
<body>tag. There’s the iframe info that godaddy uses for free site ads. And then the html starts with the “page” div.I don’t know a thing about how godaddy does this stuff. There’ve been a couple people around who do know godaddy, don’t know if they’re about tonight or not. I’d suggest you contact godaddy support, if a free hosting account has any.
Forum: Fixing WordPress
In reply to: Added new user, now I’m goneDid you somehow get logged in as the new user?
Forum: Themes and Templates
In reply to: adding tagline to themeTake a look at header.php in the default theme; near the bottom of the file you’ll see this:
<div class="description"><?php bloginfo('description'); ?></div>That’s what you need.
Forum: Plugins
In reply to: wp-Notable plugin – Where do I put the code?The loop almost always begins:
<?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?>and ends:
<?php endif; ?>So you want to put the notable code in between there – probably just above it, so the icons will be below the post content area.
[See The_Loop for documentation on the loop.]
Forum: Fixing WordPress
In reply to: Old post is displaying first.Well, I found the thread I remembered, but it’s really about RSS feeds. This is the link, you can read it over and see if it has any relevance:
Forum: Fixing WordPress
In reply to: Old post is displaying first.Well, it’s not any of those far as I know. There was a fairly long thread on here a while back about this sort of thing. I got really ill before it got resolved – and don’t know if it ever did. Let me see if I can find it….
Forum: Fixing WordPress
In reply to: Old post is displaying first.Are you using the adhesive plugin or some other “sticky” sort of functionality?
Forum: Installing WordPress
In reply to: Help with Links/Blogroll After upgrade to 2.1.2I *think* they changed the whole links setup in 2.1 (I’m not using it so I’m not positive).
Someone like Handy or Otto will know better probably.
Forum: Installing WordPress
In reply to: 2.1.2 Upgrade Default ThemeThe affected files were in wp-includes.
Forum: Installing WordPress
In reply to: Error establishing a database connectionIf that doesn’t work for you, and you’re still thinking it’s something with the password, here’s a tutorial on resetting the password in the database table itself:
Forum: Fixing WordPress
In reply to: Remove www using .htaccessI’ve had the best luck with root folder wp installs putting the not-wp stuff (like the no-www rewrites) below the wp lines, in a separate
<if module>section. Even then it seems to not always work, and I’ve finally resorted to having my host provider change all my domains to no-www ServerName parameter. This is done through the apache configuration on their end.Forum: Developing with WordPress
In reply to: Main page now shows only 1 post (should be 5)Hmmm…. just added some test posts, and they show up like normal, 5 per page. So apparently this is a one time change when the upgrade happens?
Geesh. Well, whatever, as long as it works “normally” otherwise and forward….
I’ll just set this resolved. Sorry!
Forum: Plugins
In reply to: Best Spam solution?It’s pretty much a personal thing I find; I’ve never had a legit poster blocked by the “big 3” but others have. I think it’s a major crapshoot, really.
Forum: Installing WordPress
In reply to: Install problems?Heh. Those’ll bite you every time. Glad you got it sorted out.