Made the author name bold on the frontpage.
Moved the "Posted by" line up under the title and made the author name
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@12846
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-02-16 Joost de Valk <jdevalk@opendarwin.org>
+
+ Reviewed and landed by Maciej.
+
+ Made the author name bold on the frontpage.
+ Moved the "Posted by" line up under the title and made the author name
+bold in single view.
+
+ * blog/wp-content/themes/webkit/index.php:
+ * blog/wp-content/themes/webkit/single.php:
+
2006-02-15 Joost de Valk <jdevalk@opendarwin.org>
Reviewed by Tim H.
<div class="post" id="post-<?php the_ID(); ?>">
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
- <small>Posted by <?php the_author() ?> on <?php the_time('l, F jS, Y') ?> at <?php the_time('g:i a') ?></small>
+ <small>Posted by <strong><?php the_author() ?></strong> on <?php the_time('l, F jS, Y') ?> at <?php the_time('g:i a') ?></small>
<div class="entry">
<?php the_content('Read the rest of this entry »'); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<h2><a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h2>
+ <small>Posted by <strong><?php the_author() ?></strong> on <?php the_time('l, F jS, Y') ?> at <?php the_time('g:i a') ?></small>
<div class="entrytext">
<?php the_content('<p class="serif">Read the rest of this entry >></p>'); ?>
<?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?>
<p class="postmetadata alt">
- This entry was posted by <?php the_author() ?> on <?php the_time(' l, F jS, Y') ?> at <?php the_time('g:i a') ?>.
You can follow any responses to this entry through the <?php comments_rss_link('RSS 2.0'); ?> feed.
<?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) {