Post next to Time.. not underneath it.
-
How would I make it so my blog entries are set up like this:
Time Entry here.instead of:
TimeEntry here.
Currently, there is no br or p tags between the time and the entry, nor are there spans, yet the entry is still below the time.
<div class="post" id="post-<?php the_ID(); ?>">
<div class="storycontent"><div id="time"><?php the_time('g:iA') ?></div><?php the_content(__('(more...)')); ?>
</div>
Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
- The topic ‘Post next to Time.. not underneath it.’ is closed to new replies.