Viewing 4 replies - 1 through 4 (of 4 total)
  • it should be in your template file or loop file have to see the code

    it should be in your template file or loop file have to see the code

    It is in index.php file in Appearance editor and on right click on on main index template and scroll down and find this code

    <?php _e( 'Written by', 'evolve' ); ?> <strong><?php printf( '<a class="url fn" href="' . get_author_posts_url( $authordata->ID, $authordata->user_nicename ) . '" title="' . sprintf( 'View all posts by %s', $authordata->display_name ) . '">' . get_the_author() . '</a>' ) ?></strong></span>

    You can it here

    Thread Starter simsonic

    (@simsonic)

    Thank you govpatel! That worked like a charm!

    You are welcome

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change "Written By" to "Posted By"’ is closed to new replies.