Site logo

Archived topic

Turn Off Date and Author on Specific Posts

5 replies · Started by James Orr on October 2, 2018

Viewing posts 1–6 of 6

Is there a way to turn off the date of the post and the author of the post on a handful of posts only? I want them on most, but there are about 6 that it looks odd with.

Thanks.

Hi James,

Probably easiest to just use some CSS.

You want to remove them on both the posts page and single posts?

Can you let me know which 6? I can provide the full code :)

Thanks Leo.

I think just the single posts.

How do you want me to identify the posts for you? Post IDs?

If you know the post ID's then try this CSS:

.single.postid-xxx .entry-meta,
.single.postid-xxx .entry-meta {
    display: none;
}

Just replace xxx with the ID of the post.

Let me know if this helps :)

That worked. Thank you!

No problem :)

This archived topic is closed to new replies.