• Resolved simsonic

    (@simsonic)


    I would like to change “Written By” to “Posted By” in the EvoLve theme by Blogatize. This is the site I am working on: http://www.lorejournal.org

    Is there any way to do this?

    Thanks,
    Sim

Viewing 4 replies - 1 through 4 (of 4 total)
  • govpatel

    (@govpatel)

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

    govpatel

    (@govpatel)

    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!

    govpatel

    (@govpatel)

    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.