Remove autor and Date from Custom Post Type

Posted in: Newspaper
Post count: 7

I use Custom Posts to show a page about movies but don’t want to show autor, date and ads on this post. How can i remove then without remove from the normal post?

Post count: 23312

Hello danhysa,

You should use a bit of CSS code to do that. Try to check our Inspector Browser tutorial here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ to see how you can create your own custom CSS code.

Thanks for the message!

Post count: 7

Thanks for the tip, i tried but it removes the meta of all the posts, not only from the custom. Its from a plugin to show a movie information.

Post count: 22421

You will have to create the css based on the particular post id. Each post has it’s own unique id you can target and create the css for that particular id only, or for that particular post type as well.
Please provide a link to your post and I can provide an example code
Thank you!

Post count: 7
Post count: 22421

Hi,

Please add this code in the theme panel-> custom css box:
.single-movie .td-post-date{
display:none!important;
}

I could not find any author name though.

Thank you!

Post count: 7

Thank You, is perfect now

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.