How do I remove the "By admin" tag under the title of each post? I am using the Airmail - par Avion 0.6 theme. Thanks!
How do I remove the "By admin" tag under the title of each post? I am using the Airmail - par Avion 0.6 theme. Thanks!
At the least, you will want to find and remove this in "index.php" and "single.php" located in the airmail-par-avion theme folder;
<span class="meta-prep meta-prep-author"><?php _e('By ', 'your-theme'); ?></span><span class="author vcard"><a class="url fn n" href="<?php echo get_author_link( false, $authordata->ID, $authordata->user_nicename ); ?>" title="<?php printf( __( 'View all posts by %s', 'your-theme' ), $authordata->display_name ); ?>"><?php the_author(); ?></a></span><span class="meta-sep"> | </span>
Starts at line 17 in both index.php and single.php
Make a backup first, just in case something goes horrifyingly wrong!
Just kidding... Not about the backup, though.
:-)
This topic has been closed to new replies.