Site logo

Archived topic

Blog post title missing

1 reply · Started by William on April 15, 2018

Viewing posts 1–2 of 2

I'm working on a site on a development server and I can't get the blog article's title to display. I can't find anywhere to enable/disable it, and I'm not sure why the title of the post wouldn't show..?
Screenshot: https://www.dropbox.com/s/q2ec3d2oezv25n6/Screenshot%202018-04-15%2015.08.36.png?dl=0

We need to be able to link to a specific page when we share a post on social media, but I don't see an easy way to do that. Other WP sites I have allow you to click the title and view that post by itself, which is what we'd want to link to... What am I missing?

Thanks,
Wm

Hi there,

You have this CSS added:

.entry-title {
    display: none;
    height: 0px;
}

Removing it should fix it.

This archived topic is closed to new replies.