Hi, I want to remove date from my posts and place my website logo instead of it. Theme is Evolve
my site: http://www.smartphone-time.com/
what I want it to look like: http://smartphone-time.com/wp-content/uploads/no%20date.png
Thanx
Hi, I want to remove date from my posts and place my website logo instead of it. Theme is Evolve
my site: http://www.smartphone-time.com/
what I want it to look like: http://smartphone-time.com/wp-content/uploads/no%20date.png
Thanx
For that you have to remove the following code from home.php template and index.php template
<?php the_time(get_option( 'date_format' )); ?>
then place it with your logo image.
You must log in to post.