I have the following code for the meta data underneath my post titles:
<div class="meta">
Filed in <?php the_category(', ') ?> on the <?php the_time('jS F'); ?> <?php if (function_exists('UTW_ShowTagsForCurrentPost')) { ?> with <?php comments_popup_link('No Comments', '1 Comment »', '% Comments'); ?> <?php edit_post_link('Edit','(', ')'); ?> <?php } ?>
</div>
http://goodonpaper.org/
it isn't
http://goodonpaper.org/sandbox/wordpress/
it is
Both exactly the same version, running the same copy of the theme. Could it be a database problem?