Michael Bishop
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Upgrade to 2.0.5 Sorry No Posts MatchedMy apologies for not thoroughly reading the original post.
Looking at your site, looks like there’s an issue with your categories table (sidebar). Perhaps repairing that table via PHPmyAdmin?
Forum: Requests and Feedback
In reply to: Graceful error-handling required for production siI’ve tagged your original post, so perhaps someone will chime in there before you post to wp-hackers.
Forum: Fixing WordPress
In reply to: Upgrade to 2.0.5 Sorry No Posts MatchedTry resubmitting your permalink structure. That is, make sure .htaccess is writable, and click the update button on your permalink options page.
The permalink handling switched in 2.x vs 1.5, so that could be the issue.
Forum: Fixing WordPress
In reply to: Creating a Trackback as a Reference1 &2 Most themes provide a link for each posts trackback.
3. If someone uses a trackback link in a post of their own, it *should* be added as a comment, or if you are using a hybrid comment form, separately listed. I say should as occasionally trackbacks can be blocked as spam.
Forum: Fixing WordPress
In reply to: Fix drop down category in Write, how?IT’s not a tough question. The “normal” behavior is for the box to stay open on then next posting if you left it open, thus the questions about version, browser, cookies, etc.
Forum: Fixing WordPress
In reply to: display of output of the_category tagIs the title wrapped in an H2 tag?
Forum: Fixing WordPress
In reply to: “You must be logged in to post a comment.”Options => General => Membership – User must be registered and logged in to comment
Forum: Themes and Templates
In reply to: Can someone just look please..I assumed by the title of this thread, http://wordpress.org/support/topic/98186?replies=1
that it was the same as this thread. If the two are unrelated, then my apologies.
My only real suggestion is to take the image and make it wider, with some kind of filler. As the page narrows, the filler should be hidden. But that’s a caveat of using a flexible width design.
Forum: Themes and Templates
In reply to: Topics on frontpageIndeed I’ve tested this in 2.0.5 and it doesn’t work. I’ll get to the bottom of it.
Forum: Requests and Feedback
In reply to: password verification a pain, just became a BUG!That’s not normal behavior. Once I log into my blogs, I stay logged in until choosing to log out. What browser are you using? Any password extensions? Using cookies? More info will be needed to narrow down the problem
Forum: Themes and Templates
In reply to: Topics on frontpageAnd this doesn’t work?
Are you running any plugins that deal with posts?
Forum: Themes and Templates
In reply to: WP Theme: Orange Web 2.0I’ll agree genkisan, yours is a better representation.
Nice job, and possibly a starting point for a new site I’m working on, thanks.
Forum: Fixing WordPress
In reply to: UploadingThis might help
http://codex.wordpress.org/New_To_WordPress_-_Where_to_Start
Forum: Plugins
In reply to: limit categories plugin not workingOwen’s site crashed a few months ago, thus his support forum went down, and he had bigger fish to fry…
Forum: Themes and Templates
In reply to: Topics on frontpageAfter the div, directly before the loop:
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>