I am using Wordpress. I want to Make my front page only with Post title and date of posting. I have pasted that code:
<h1><a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h1>
Posted on
Kindly tell me how I can remove the underline and blue color from my post links. Please mentioned the complete code and also where to paste.
I read something about {text-decoration:none;}
but not get to paste it.