December 12th, 2008BEG_OF_TITLE Recent Comments END_OF_TITLE
This morning, my sidebar was looking like this:

%BEG_OF_TITLE%Recent Comments%END_OF_TITLE% ?? Where did the Recent Comments title go??
I have no idea why it became like that. To solve this problem, go to
Setting- > Recent Comments–>Update Recent Comments Option .
The sidebar is back to normal now. ![]()
Wordpress 2.7 is finally out! hmm , should I upgrade to Wordpress 2.7? I’ve been looking at the recent posts in the wordpress forum and it seems that some people are having problems upgrading.




Yes, you should. Hahaha! :flowers: The new WordPress has a much better and easier-to-use admin interface. Plus, I really love the auto-upgrade feature that comes with it. No more upgrading manually after this time.
I upgraded mine from 2.6.5 to 2.7 RC2 manually with no problems and then did a automatically upgrade to 2.7 Stable. :love:
Welcome back to Singapore!~
I just updated! You were right! hehe. Everything went fine. I love wordpress 2.7 .
Yup, glad you like it! :love:
By the way, are you still using the old comments.php template for your theme? I was wondering how to get the comment numbers of each comment to show up. The one I was using didn’t work when I updated to WP 2.7 :no:
[...] 18, 2008 December 18th, 2008 • Related • Filed Under Filed Under: WordPress BEG_OF_TITLE Recent Comments END_OF_TITLE – a-l-i-n-e.com 12/12/2008 BEG_OF_TITLE Recent Comments END_OF_TITLE website news This morning, my [...]
Dayna,
In my comments.php I have this:
<div class="count">
<?php echo $i; ?>
</div>
Mine is before <?php comment_author_link() ?>
Then you can style the class ‘count’ in your stylesheet. For example,part of mine is:
.count {
float:right;
Not sure if this will work for you. Please keep in mind that I am using my old comments.php prior to upgrade to wordpress 2.7 . The new threaded comments feature doesn’t work for me. I have to change a few things for my theme to be compatible with threaded comments . Still have to look into it.