kgagne
Forum Replies Created
-
Forum: Themes and Templates
In reply to: wp_list_comments’ paginated URLsAh — disabling the Discussion setting “Break comments into pages” fixed it.
Given the above issue, I’m not sure how that feature is supposed to work.
Forum: Fixing WordPress
In reply to: How to add previous/next page links to blogYep — that looks about right. ?? WTG!
Forum: Fixing WordPress
In reply to: How to add previous/next page links to blogWhere have you tried putting it so far?
I think it goes between
<?php endwhile; ?>
and
<?php else : ?>
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Several Problems – no thumbs, etcSorry — I can’t offer more help without more details. Try asking on the plugin’s homepage.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Several Problems – no thumbs, etcI’m on Dreamhost, and NextGEN Gallery works fine for me. What web browser are you using?
When you choose “Create new thumbnails” from the drop-down and click OK, nothing happens?
Forum: Fixing WordPress
In reply to: Page Not Found showing in page titleI too was having this problem on my home page, and no variation to header.php would fix it. Using Semiomatic’s “Static Front Page” plugin was a semi-effective substitute to what I was trying to do, but due to its functionality being rolled into WordPress some time ago, the plugin is no longer available for download, and it doesn’t play well with some other plugins I rely on anyway.
I came up with another solution, though I’m not much of a PHP programmer so don’t know if it’s considered safe or not. In your wp-includes/general-template.pho file, change line 451 from
$title = __(‘Page not found’);
to
$title = __(”);
YMMV.
Forum: Plugins
In reply to: How to separate Trackbacks from Comments?Forum: Fixing WordPress
In reply to: Dropping www won’t display index.phpSeems my site got made so popular at Digg that my hosting company disabled PHP on my site’s server. :-\
Forum: Plugins
In reply to: [Plugin: WordPress Automatic upgrade] it′s a hacker plugin !!!!!!This plugin has been used thousands of times without flaw — I don’t think it’s relevant to the negative experience you’ve had.
Forum: Fixing WordPress
In reply to: Upgrade to 2.6It really doesn’t get any more verbose than the instructions found here:
Forum: Fixing WordPress
In reply to: Comment notification email to admin, not authorA couple of caveats I’ve experienced with the above plugin:
- It doesn’t check to see if the comment’s author’s email address is the same as the one the plugin has been configured to notify — hence, I get email notification of my own comments.
- The plugin appears to precede Akismet, so I get email notifications on spam as well as legitimate comments.
Forum: Fixing WordPress
In reply to: Comment notification email to admin, not authorThat’ll do. Thanks!!
Forum: Fixing WordPress
In reply to: Text and content doesn’t show up in post after publishingYou can also do this on a per-post basis by installing a plugin like Exec PHP and then adding this line of code to the top of the page or post you’re having issues with:
<?php remove_filter('the_content', 'wpautop'); ?>
Forum: Everything else WordPress
In reply to: WordPress 2.6.1?You rock! Thanks for the heads up. I thought I’d looked everywhere for info on this. I guess I’m not subscribing to the right RSS feeds (though I see it in my admin dashboard now — I don’t think it was there when I posted. What timing.)
Forum: Fixing WordPress
In reply to: Permalink IssuesIf you’re wondering where “6” came from, it’s the post ID.
I don’t think index.php should have to be there, unless you want it to be. I’m unsure what structure you are trying to create. My “category base” and “tag base” fields are blank, as I believe they default to what you’re using anyway.