• I’m designing a new theme and I am looking for a way to display the meta information for posts in a separate div from the loop. Look at this image to see what I mean…I’m having trouble explaining it.

    This would be on the main blog page where many posts are listed. I swear I have seen this somewhere before, but I could be wrong?

    I want to put this code outside of the div, inside what is the div for my left sidebar.

    <p><?php the_time('F jS, Y') ?></p>
    				<p>by <?php the_author() ?></p>
    				<?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p>

    Is this possible?

  • The topic ‘Displaying post information in separate div’ is closed to new replies.