sknob
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [Plugin: Cookies for Comments] everything going to spamThanks for the tips (some are a bit over my head).
Nevertheless, it seems the problem is that the stylesheet call is added to the page source, but the css file is not created (can’t see it on my FTP and I get a 404 when I try to load it…).
Testing on a WP 2.5.1 blog. Other active plugins are Akismet, Feedburner, SRG clean archives…
My ISP is blocking outbound calls on port 80, which nukes Akismet, which is why I’m looking for another solution. Could that be interfering with your plugin?
Forum: Fixing WordPress
In reply to: [Plugin: Cookies for Comments] everything going to spamThis happens on Safari 3 (Mac) and FireFox 2 (PC), on 2 separate machines and 5 different WP blogs…
On the Mac, I can see the link to the stylesheet in my source when I activate CFC.
I don’t see a corresponding cookie in my cookies though…
Forum: Themes and Templates
In reply to: 1 article per page & descriptive next/previous linksI tried moshu’s suggestion and it works great.
I put the code in my theme’s index, which I prefer, because it means all my customizations are in the theme and not in WP’s files.
I do have one more problem though. it turns out that if I set
$wp_query->is_single = true;, then the thecomments_popup_link()doesn’t work (no link shows up).Argh. Any suggestions would be welcome.
Forum: Themes and Templates
In reply to: 1 article per page & descriptive next/previous linkstsguitar, I understand what you mean now.
Moshu, thanks for the thread reference. I think that approach would be easier, given my limited php chops.
Thanks to both of you! I’ll experiment and let you know how I fare.
Forum: Themes and Templates
In reply to: 1 article per page & descriptive next/previous linksThanks for your reply.
‘The only thing that would show up on index.php would be the most current comic and the previous one, right?”
Actually, no, I want just ONE post on the index page (see the site http://geeksinlove.free.fr/). I want the /”previous” link/ to show the /title/ of the previous post, instead of simply a generic “previous page” type of message.
So I’m not sure that the solution you outlined is applicable.