pumpkindoodle
Forum Replies Created
-
Forum: Alpha/Beta/RC
In reply to: “Sticky” Qualifier for query_postsI’m having a different problem, using Atahualpa, where I have query_posts to include only one category on homepage:
<?php
if (is_home()) {
query_posts(“cat=4”);
}
?>but when I use that, the formatting I’ve applied to sticky posts disappears. Atahualpa folks say it’s not their issue. Any thoughts?
Forum: Fixing WordPress
In reply to: How to delete 40k waiting for moderation commentsI’m having the same problem and would love not to delete ALL comments, since there are actually some good ones in there. I haven’t found any solution to the blank page problem with akismet. I’m also worried that it’s not catching new spam…
Did anyone find a fix for this?
Forum: Fixing WordPress
In reply to: uploaded file could not be movedHallelujah! x2interactive, you saved me from total insanity! I’ve been working on this on and off for days, and your tip to remove “organize uploads” worked! This was the first time I’d seen this mentioned as a fix, though I’ve seen this problem on the forum over and over, unresolved for many folks. Maybe this would do it for a lot of people.
Forum: Fixing WordPress
In reply to: Import WordPress eXtended RSS (WXR) file – Error 109 and 110?I’m having the same problem. Permissions are fine, just can’t import. I’ve found tons of posts to the forum with the same problem, but so many are without resolution. Any thoughts?