Hi..I have very little knowledge on coding..need help from you..
We are running a blog on government jobs and educational portal named enter link description here
We are using a theme which displays blog posting date beside the post title.We don’t want to post date beside the title..as it shows that we are not updating our blog ( if we miss out a day )..
1 Answers
To remove the date section you can add the following code to the style.css file:
.date_container { display: none;}
Regards,
Please login or Register to submit your answer