Hello,
As you may now, in each post of the blog, the title of the blog is displayed (as h3) before the title of the post itself (which is a h1). I want do remove the entire title section of the blog. I only want the post title, the H1, to be displayed.
I don’t know how to it in CSS, but I want to do it in PHP, something like
if(page is blog post)
{
not display the <div class=”page-title …
}
I want not only the H1 to not be displayed, but the entire div, as it takes too much space.
If you don’t want to tell me how, could just tell which file should I put this code ?
thanks