vkaryl,
Nope, no commenting out…here’s the code I’m using in the post.php in the ‘connections’ theme.
<p class="post-date"><?php the_time('D j M Y'); ?></p>
<div class="post-info"><h2 class="post-title"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h2>
Posted by <?php the_author(); ?> under <?php the_category(' , '); ?><?php edit_post_link('(edit this)'); ?><br/><?php comments_popup_link('No Comments', '1 Comment', '[%] Comments'); ?> </div>
<div class="post-content">
<?php the_content(); ?>
<div class="post-info">
<?php wp_link_pages(); ?>
<center>[ <em>There are <?php echo WordCount(1, $post -> ID); ?> words in this post, with <?php echo CharCounter($post -> ID, 0); ?> Chars, amounting to <?php echo WordCount(1, 0); ?> BlogWords! </em> ] <br/>
<?php if (function_exists('esbn_output')) esbn_output($id); ?></center>
</div>
<div class="post-footer"> </div>
</div>
Cal,
The username is the same … lower case.
Looks like a great tool. Can’t wait to get it going.
Rich