• Hi,

    I’m using the 2020 theme and need help getting the published date to show up on all blog posts.

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi there, it looks like your site has some non-standard CSS that is hiding the date, categories, tags, and authors:

    
    .post-date, .entry-categories, .post-tags, .post-author {
    	clip: rect(1px, 1px, 1px, 1px);
    	height: 1px;
    	position: absolute;
    	overflow: hidden;
    	width: 1px;
    }
    

    From what I can tell, I think that’s been added via the Customizer > Additional CSS screen —?if you can find it in there and remove the .post-date, part of that code, it should show up again.

Viewing 1 replies (of 1 total)
  • The topic ‘Post Meta data not showing on front end blog post’ is closed to new replies.