To już zależy od lokalizacji ….chcesz na stronie – to page.php
i powinieneś tam mieć oryginalnie coś takiego:
!--BEGIN .entry-meta .entry-header-->
<div class="entry-meta entry-header">SP
<?php edit_post_link( __( 'edit', 'redline' ), '<span class="edit-post">[', ']</span>' ); ?></div><!--END .entry-meta .entry-header-->
w kategorii – category.php i:
<!--BEGIN .entry-meta .entry-header-->
<div class="entry-meta entry-header">
<span class="author vcard"><?php _e( 'Written by', 'redline' );?> <?php printf( '<a class="url fn" href="' . get_author_posts_url( $authordata->ID, $authordata->user_nicename ) . '" title="' . sprintf( __( 'View all posts by %s', 'redline' ), $authordata->display_name ) . '">' . get_the_author() . '</a>' ) ?></span>
<span class="published"><?php _e( 'on', 'redline' );?> <abbr class="published-time" title="<?php the_time( get_option( 'date_format' ) .' - '. get_option( 'time_format' ) ); ?>"><?php the_time( get_option( 'date_format' ) ); ?></abbr></span>
<span class="meta-sep">—</span>
<span class="comment-count"><a href="<?php comments_link(); ?>"><?php comments_number( __( 'Leave a Comment', 'redline' ), __( '1 Comment', 'redline' ), __( '% Comments', 'redline' ) ); ?></a></span>
<?php edit_post_link( __( 'edit', 'redline' ), '<span class="edit-post">[', ']</span>' ); ?>
<!--END .entry-meta .entry-header-->
</div>
Na głównej – index.php i:
<!--BEGIN .entry-meta .entry-header-->
<section class="meta-header"><div class="entry-meta entry-header">
<span class="published"> <a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php _e( 'Permanent Link to' ,'redline' );?> <?php the_title(); ?>"> <?php the_time( get_option( 'date_format' ) ); ?></a></span> | <?php _e( 'Author:', 'redline' );?>
<span class="author vcard"> <?php printf( '<a class="url fn" href="' . get_author_posts_url( $authordata->ID, $authordata->user_nicename ) . '" title="' . sprintf( __( 'View all posts by %s', 'redline' ), $authordata->display_name ) . '">' . get_the_author() . '</a>' ) ?></span>
<?php edit_post_link( __( 'edit', 'redline' ), '<span class="edit-post">[', ']</span>' ); ?>
</div></section><!--END .entry-meta .entry-header-->
itd.
To podkreślenie znajduje się w bloku <div class=”entry-meta entry-header”> – więc jeżeli go nie będzie, nie będzie tego podkreślenia.