Advertisement
Guest User

Untitled

a guest
Dec 12th, 2011
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. <div class="entry-header">
  2.  
  3. <h2><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h2>
  4. <div class="date-time"><?php the_time('F j, Y'); ?> at <?php the_time('g:i a'); ?> | <?php the_category(', '); ?></div>
  5.  
  6. <div class="comments-link">
  7. <div class="comments-link">
  8. <?php comments_popup_link( '<span class="leave-reply">' . __( 'Reply', 'twentyeleven' ) . '</span>', _x( '1', 'comments number', 'twentyeleven' ), _x( '%', 'comments number', 'twentyeleven' ) ); ?>
  9. </div>
  10. </div>
  11.  
  12. </div><!--end entry-header-->
  13.  
  14.  
  15.  
  16. here is the css
  17.  
  18.  
  19. .entry-header {
  20. position: relative;
  21. }
  22. .entry-header .comments-link a {
  23. background: url("images/comment-bubble.png") no-repeat scroll 0 0 #EEEEEE;
  24. color: #666666;
  25. font-size: 13px;
  26. font-weight: normal;
  27. height: 36px;
  28. line-height: 35px;
  29. overflow: hidden;
  30. padding: 0;
  31. position: absolute;
  32. right: 0;
  33. text-align: center;
  34. text-decoration: none;
  35. top: 0;
  36. width: 43px;
  37. }
  38. .date-time {
  39. padding:0;
  40. margin:0;
  41. position:relative;
  42. }
  43.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement