elevene
Member
Posted 8 years ago #
i'd like to put the date (mm/dd/yy) on the same line as the title, smae font, same size, maybe different color.
i've been playing with index3.php (my file) and can't seem to get it. do i need a CSS chagen too?
Thoughts?
http://www.elevene.com/index3.php
In index.php:
<h3 class="storytitle" id="post-<?php the_ID(); ?>">" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?> [something or other] <?php the_time('Y/m/d') ?></h3>
Then, in the CSS, you style h3 or .storytitle or so.