Replies: 0
How can I display only the name of the post in the list of posts? I see the excerpt option, but I don’t have the same number of characters at the start of each article, and I don’t want to display the whole post with the other option.
Silly me – I realize that the post titles were not displaying due to my having added the following CSS:
.post-title {
display: none;
}