How do I make comments work with my own design?
-
I recently upgraded wordpress to 2.0.1, and I want to add comments again. I used to have it enabled, but I was getting so much comment spam, I disabled it. With WordPress 2.0’s new spam protection, I would like to re-eneable it. I just tried to upgrade my loop to the 1.5 loop, but it didn’t work.
Here is the start code I’m using now.
<?php /* Don’t remove this line. */ require(‘./news/wp-blog-header.php’); ?>
I tried using the folling code, and it gave me a php error.
<?php define(‘WP_USE_THEMES’, false); get_header(); ?>
So what do I have to do to make it work, and how do I get comments to work. This is what I’m using now.
“><?php comments_number(‘0 comments’,’1 comment’,’% comments’); ?>.
The comment number shows up, but when you click the link, it takes you back to the post, with no comment form at the bottom. I used to have this working, but I took it out when I installed 1.5.
- The topic ‘How do I make comments work with my own design?’ is closed to new replies.