I've been trying to tinker with it however, I'm definitely not good at coding. :D I can't seem to make the comment page to look like other pages or to make it on the same page.
Doh! Wow, I'm being slow today, sorry about that. Here's the site. Clearly the comments are not even working because it's permalink which I do not understand why. However that can be changed. It will probably end up being a stupid reason for why it's not working.
I can't seem to get the comments page to look like the index, or at least the basics of it.
And this is the chunk of code at the bottom with the date, category and the comments.
Doh! Wow, I'm being slow today, sorry about that. Here's the site. Clearly the comments are not even working because it's permalink which I do not understand why. However that can be changed. It will probably end up being a stupid reason for why it's not working.
I can't seem to get the comments page to look like the index, or at least the basics of it.
And this is the chunk of code at the bottom with the date, category and the comments.
<p><h2> <?php the_time('F j, Y'); ?> at <?php the_time('g:i a'); ?> | <?php the_category(', '); ?> |<?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?>
<?php comments_template(); // Get wp-comments.php template ?> </h2></p>
:mrgreen:
This is the default behaviour with Wordpress - what were you expecting it to do?
http://img6.imageshack.us/img6/5702/pandabear.jpg
http://img16.imageshack.us/img16/9532/pandabearcomment.jpg
Unfortunately you need to duplicate the format you used in index.php in single.php to get them to look the same.
This is IMO one of the weark links with Wordpress theming - too much duplication. But it is still one of the best blog and CMS platforms out there ;)