Michael Bishop
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Returns not stickingpossibly, if something is being inherited in an odd fashion.
Forum: Plugins
In reply to: Best way to Add META Tags – Plugin or Hack SuggestionI thought the most recent version of UTW had an option to add the post tags as meta tags as well…
Forum: Fixing WordPress
In reply to: Returns not stickingCheck your CSS. I know that a site I recently designed, for some reason, there were some margin padding settings at zero, and the <p> tag wasn’t using any spacing. I had to manually add a .entry p {margin-bottom: 1em}
Forum: Fixing WordPress
In reply to: Technorati Duplicate IndexingI’m guessing it’s got something to do with having WP installed in root as well as /blog.
When at root, if I click the subscribe to link, it’s picking up the blog’s RSS. Thus technorati is seeing two different feeds, albeit the content is the same.
Forum: Plugins
In reply to: Comments problemI’d create a page template for that specific page, and add the call for the comments form. Likewise, if you want just a a specific category to have comments, you can create a category specific template with the include.
Forum: Fixing WordPress
In reply to: Help Archives page isn’t working.Since you’ve modified the K2 theme, it’s possible you’ve pulled out some necessary code.
The reason it’s saying sidebar, is I’m assuming that’s the default text for the theme. You should be able to edit page template for that as well. I’d also check with the k2 support forums for more experienced help with that theme.
Forum: Themes and Templates
In reply to: Removing RSS from header?well, strangely enough, that’s the one page i didn’t even bother to look at!
Yeah, who’d think to look for the top navigation to be in a footer?
Forum: Plugins
In reply to: SmartRSS Plugin error?My suggestion is to contact the plugin author.
Forum: Plugins
In reply to: Donation Plugin for Non-profitNot to my knowledge (not paypal based that is).
To accept a CC, you’re going to need a lot more than just a plugin, as it requires a payment gateway, etc. Those have transaction fees as well, so I’m not sure the trade off is going to be that great.
If they are a registered non-profit, you may want to look at http://firstgiving.com/
Forum: Themes and Templates
In reply to: Hemingway BlockI don’t know of just a section of the theme being available for download, you’d need to pull the necessary code and CSS from the base theme.
Forum: Fixing WordPress
In reply to: Post Category Count ProblemI think you need to assign a new category to posts that had their cat deleted, otherwise, by default, they are assigned to the default cat.
Forum: Fixing WordPress
In reply to: Change links positonEdit your sidebar.php file, and move that section to the top,
Forum: Fixing WordPress
In reply to: sidebar to new theme?If the div id and class names are the same, you shouldn’t have a problem simply adding the file. If not, you’ll need to manually edit the file one way or another.
Forum: Themes and Templates
In reply to: A great template!Forum: Plugins
In reply to: Comment Analysis pluginJust so everyone is clear, 2.1 is still in alpha, and probably won’t be a final release until mid January.