ColdForged
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: trying to remove options at bottom of each postNo need for multiple posts, by the way.
Forum: Fixing WordPress
In reply to: First time commentersNo idea. I run without SK2 and don’t have that behavior.
Forum: Fixing WordPress
In reply to: Trying to remove items from my pageThough you don’t say which theme or provide a link, I’ll take a shot: Go to “Presentation => Theme Editor” and click on “Main Template”. Scroll down and look for the stuff to remove. Remove it and save.
Forum: Fixing WordPress
In reply to: Feed problemsYahoo being ding-dongs? Seriously, if your feed is okay it’s just a matter of the various syndication sites updating on their schedule. They all have different ones.
Forum: Plugins
In reply to: [plugin request] live gravatar !Ahh… makes sense. I simply copied his Javascript virtually verbatum into my script file, added the “onblur” Javascript to the email field of the comment form, and modified the preview Gravatar image to have the appropriate id (“preview-gravatar”). Hopefully that’ll point you in the right direction. Nice find, I dig it a bunch.
Forum: Fixing WordPress
In reply to: Feed problemsEw. Yeah, that’s likely the problem. See, if I pull your feed directly from the wp-rss2.php file, it looks fine. But the redirect — which goes through the root
index.php— is toast.That index.php should look like so:
<?php
/* Short and sweet */
define('WP_USE_THEMES', true);
require('./wp-blog-header.php');
?>And that’s it. You’re actually not even getting to your theme’s
index.php. The root one is merely a kicking off point and shouldn’t contain any of your “content”.Forum: Fixing WordPress
In reply to: Feed problemsIs that your template
index.phpor the mainindex.phpat the root of your installation? I was requesting your main, rootindex.php.Forum: Themes and Templates
In reply to: Placing Google adsense on the siteForum: Fixing WordPress
In reply to: Feed problemsWhat’s in your
index.phpfile. It seems non-standard. Can you post it here and post the link to it here?Forum: Plugins
In reply to: [plugin request] live gravatar !Hadn’t seen that, but it’s nice.
In terms of the Gravatar preview, as I commented on that post, everything he wrote is immediately and easily applicable to WordPress. I have it in my comment previews as we speak and it took about a minute to do. He came up with a very slick way of doing it, I’m impressed.
Forum: Requests and Feedback
In reply to: WYSIWYG editorDamn, macmanx, you were right. I didn’t know it would do that. Learn something new every day.
Forum: Fixing WordPress
In reply to: Managing CommentsPlugin in progress (for paging if nothing else).
Forum: Themes and Templates
In reply to: Pages: customizing the listHell, I can tell you which line ;):
wp-includes/template-functions-post.php, line 377.Forum: Themes and Templates
In reply to: Pages: customizing the listDoesn’t appear to be a way to do that short of editing the core, though you could write a plugin that provides a new function just like it that simply inserts the character you want.
Forum: Requests and Feedback
In reply to: WYSIWYG editorWon’t cut it, macmanx. Re-read what he’s after.