Site logo

Archived topic

Post Title Not Formatting

3 replies · Started by Iebeling on July 31, 2018

Viewing posts 1–4 of 4

The title for posts on the blog page (masonry grid) is formatted as p, not H2. How do I get the post title to be shown as a title. The title is fine in the single post.

Hi there,

The titles are using <h2>, but they're hidden by this custom CSS:

.entry-title {
    display: none;
}

If you remove that, you should see the titles again.

Right, I did that! Trying to get rid of the title on all the pages except blog. Added some php code to get the title on the blog and not the pages.

Thanks.

No problem :)

This archived topic is closed to new replies.