Date is styled in the CSS in wp-layout.css using the h2 selector.
In index.php is this:
<?php the_date('','<h2>','</h2>'); ?>
<div class="post">
<h3 class="storytitle" id="post-<?php the_ID(); ?>
This should work:
<div class="post">
<h3 class="storytitle" <?php the_date('','',''); ?> :: id="post-<?php the_ID(); ?>
That will make the date the same size as the storytitle though ….. and the same style. The dots are just to separate.
Thread Starter
Anonymous
hmm……..that’s weird cuz it didn’t work.
http://twinkle-stars.com
Well it wouldnt do. Your index is a little errrrrhh confused. (Multiple body tags etc). Sorry.