Forums

[resolved] Change "Written By" to "Posted By" (5 posts)

  1. simsonic
    Member
    Posted 1 year ago #

    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

  2. govpatel
    Member
    Posted 1 year ago #

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

  3. govpatel
    Member
    Posted 1 year ago #

    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

  4. simsonic
    Member
    Posted 1 year ago #

    Thank you govpatel! That worked like a charm!

  5. govpatel
    Member
    Posted 1 year ago #

    You are welcome

Topic Closed

This topic has been closed to new replies.

About this Topic