and, it is Travelogue2, for example, I tried input below code to some comment input window, and then got all messed with it….
yes, it also just is the original code of the foot.php:
<?php if(function_exists(‘wp_pagenavi’)) { wp_pagenavi(); } ?>
<div id=”footer”>
<p>
<?php bloginfo(‘name’); ?> running on
WordPress
Using the Travelogue Theme by Josh Lyman
RSS: “>Entries
& “>Comments.
Atom: “>Entries.
<!– <?php //echo $wpdb->num_queries; ?> queries. <?php //timer_stop(1); ?> seconds. –>
</p>
</div>
</div>
<?php do_action(‘wp_footer’); ?>