Remove Author Name And Date From Wordpress Posts!

Remove Author Name And Date From Wordpress Posts!

In this video, I'm going to show you how to hide/remove your author name and date of your published blog post in wordpress. If you want to keep your personal details private, then this video is for you. We're going to use developer tools on our blog post homepage to inspect where the code of date & author name is and then type the necessary code in additional CSS to remove it. Here is the code (YOUR TEMPLATE PART NAME CONTAINING DATE, AUTHOR NAME & NAME OF THE BLOG IS PROBABLY GOING TO BE DIFFERENT SO JUST REPLACE IT) : .(TEMPLATE PART NAME){ display:none!important; } My example: .wp-block-template-part{ display:none!important; } READ FULL BLOG POST HERE: https://tomswebsitedesign.com/?p=1488