yes im sure isn not a template feature coz the title was displaying properly i ve got this issue 3 day ago .. i think something in html is wrong im using sora templateAre you sure that isn't just a feature of the template you are using. The titles show up when the post is clicked.. Have you been messing with the HTML code lately?
Your titles have a 'display:none' on them. I inspected your CSS and found it.
#Blog1 > div:nth-child(1) > h3 {
display: unset;
}
^that is the selector of it. Try that.
You went all in. Good going.
5 Seconds! You're much faster than me, and less lazy too.