Changeset 23469
- Timestamp:
- 02/22/2013 06:05:00 AM (13 years ago)
- Location:
- trunk/wp-content/themes/twentythirteen
- Files:
-
- 4 edited
-
content-image.php (modified) (1 diff)
-
content-status.php (modified) (1 diff)
-
functions.php (modified) (1 diff)
-
style.css (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/content-image.php
r23452 r23469 26 26 27 27 <footer class="entry-meta"> 28 <?php twentythirteen_entry_ date(); ?>28 <?php twentythirteen_entry_meta(); ?> 29 29 30 30 <?php if ( comments_open() ) : ?> -
trunk/wp-content/themes/twentythirteen/content-status.php
r23452 r23469 16 16 17 17 <footer class="entry-meta"> 18 <?php if ( is_single() ) : ?> 19 <?php twentythirteen_entry_meta(); ?> 20 <?php else : ?> 21 <?php twentythirteen_entry_date(); ?> 22 <?php endif; ?> 18 <?php twentythirteen_entry_meta(); ?> 23 19 <?php edit_post_link( __( 'Edit', 'twentythirteen' ), '<span class="edit-link">', '</span>' ); ?> 24 20 -
trunk/wp-content/themes/twentythirteen/functions.php
r23462 r23469 390 390 */ 391 391 function twentythirteen_entry_meta() { 392 393 392 if ( is_sticky() && is_home() && ! is_paged() ) 394 393 echo '<span class="featured-post">' . __( 'Sticky', 'twentythirteen' ) . '</span>'; -
trunk/wp-content/themes/twentythirteen/style.css
r23465 r23469 1086 1086 } 1087 1087 1088 .entry-meta span.tag -links {1088 .entry-meta span.tags-links { 1089 1089 color: #f94a0a; 1090 1090 } … … 1448 1448 .format-chat .entry-meta a, 1449 1449 .format-chat .entry-content a, 1450 .format-chat span.tag -links {1450 .format-chat span.tags-links { 1451 1451 color: #722d19; 1452 1452 } … … 1455 1455 content: '\f108'; 1456 1456 margin-right: 2px; 1457 } 1458 1459 .format-chat .entry-meta .author { 1460 display: none; 1457 1461 } 1458 1462 … … 1474 1478 .format-gallery .entry-meta a, 1475 1479 .format-gallery .entry-content a, 1476 .format-gallery span.tag -links {1480 .format-gallery span.tags-links { 1477 1481 color: #a22400; 1478 1482 } … … 1578 1582 } 1579 1583 1584 .format-image .categories-links, 1585 .format-image .tags-links { 1586 display: none; 1587 } 1580 1588 1581 1589 /* Link */ … … 1640 1648 .format-quote footer.entry-meta { 1641 1649 margin-top: 0; 1650 } 1651 1652 .format-quote .entry-meta .author { 1653 display: none; 1642 1654 } 1643 1655 … … 1689 1701 } 1690 1702 1703 .format-status .categories-links, 1704 .format-status .tags-links { 1705 display: none; 1706 } 1707 1691 1708 /* Ensures the dots in the dot background are in lockstep. */ 1692 1709 .format-status .entry-meta:before { … … 1749 1766 color: #ea9629; 1750 1767 } 1751 1752 1768 1753 1769 .format-video .entry-title {
Note: See TracChangeset
for help on using the changeset viewer.