Changeset 660460
- Timestamp:
- 01/29/2013 03:01:01 AM (13 years ago)
- File:
-
- 1 edited
-
byline/trunk/byline.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
byline/trunk/byline.php
r646155 r660460 58 58 59 59 //if ( $author && is_singular() || is_home() || is_page() || is_category() || is_tag() ) Use other if statements to control display if desired. 60 if ( $author && in_the_loop() )60 if ( $author && !is_admin() && !is_feed() ) 61 61 $name = $author; 62 62
Note: See TracChangeset
for help on using the changeset viewer.