I think we are all OK up until part two of "IF YOU WANT TO USE VB For comments:" from the readme.
From there!
Code to swap out is NOT the same in all themes.
Using the default theme, line 34 of the index.php file. Swap that out with code provided in the readme.
The code to swap out looks like this:
<?php the_tags('Tags: ', ', ', '<br />'); ?> Posted in <?php the_category(', ') ?> | <?php edit_post_link('Edit', '', ' | '); ?> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?>
With the classic theme it is line 23 of the index.php file, and there it reads identical to the content of the readme file.
In a custom theme I have the code is also in the index.php file, reads identical to the code in the default theme, the code above.
woohoo!
eric
|