I’ve tried all the tricks on the Multiple Loops page but nothing worked. The code I want to run on the sidebar is the following:
<h2 class="entry">About This Entry</h2>
You are currently reading a <a>"><?php echo bloginfo('name'); ?></a> entry posted on <?php the_time('l, F jS, Y'); ?>
I don’t think it should be this difficult. It’s for the single entry page.