I use twentythirteen theme in my blog (link). I am unable to find the solution to remove the Timestamps from home page or post page. Can anybody help me ?
thanx, your css is helpful but i don't want to hide. i want to remove the anchor that's why i was searching Timestamps . anyway i got the code.
Great!!!!!! I was also looking for this solution, it works, I hope this answer will help for others also..
In the theme's functions.php file look for function twentythirteen_entry_date( $echo = true ) this should be in line 363 and change it to function twentythirteen_entry_date( $echo = false ) Edited previous answer as this one is better