Btw the way is there any way to modify the index page to display just 1 post?
I wanted my static page to display one of the pages but the comment icon shifts to the 2nd column.
@bigray/eshift
I modify the code of comment.php
<div <?php comment_class() ?> id=”post-<?php comment_ID(); ?>”>
Change to
<div <?php if (function_exists('comment_class') ){
comment_class(); }
else {
echo 'class="comment"'; } ?> id="post-<?php comment_ID(); ?>">
where can we dl that theme for ww.wp.xz.cn
simply love the simplicity yet impactful!