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
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
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
Thank you govpatel! That worked like a charm!
You are welcome
This topic has been closed to new replies.