Format post byline: date & author
-
I inserted this bit of code in my main page and single post page:
<small><?php the_time(‘j F Y’) ?> by <?php the_author() ?></small>
right after the post title. But I can’t figure out how to format it. It comes out in times when everything else comes out in verdana (as it should.)
I tried to adding <font-family: verdana> after the <small> (and closed it up on the other end) but nothing changed. Any suggestions? I can’t find any reference in the css sheet…
Thank you!
Sign me: Stumped & Clueless
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Format post byline: date & author’ is closed to new replies.