Dyad Remove Author Name/Date/Tag & Category from your posts
-
Hi Guys,
I need to remove Author Name/Date/Tag & Category from my posts.
Kindly send me CSS code to do that.
My theme is Dyad.
Regards,
Yigit Yuksel
The blog I need help with is: (visible only to logged in users)
-
Hi there, the following will remove the author/date, etc., from the single post pages.
.entry-posted { display: none; }Let me know if there is additional questions on this.
-
-
-
Apologies to come in here. I am a newbie on this and stumbled upon this via Google. Do I add this code in the single.php?
Much appreciated,
Vincent -
Vincent – These forums are for sites hosted on WordPress.com, but it sounds like you’re running the WordPress software on your own hosting since you’re referring to a PHP file. On a self-hosted site, you should never edit the theme files directly, otherwise your changes will be overwritten every time the theme is updated.
An easy way to add custom CSS on a self-hosted site is to install the Jetpack plugin and activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS. You could also install a standalone custom CSS plugin if you prefer.
If you need further help, try posting your question in the WordPress.org forums for self-hosted sites: https://wordpress.org/support/
If you’re using Dyad, you can post directly here:
https://wordpress.org/support/theme/dyad
You’ll need a free WordPress.org account to post – if you don’t already have one, you can register here:
-
Thank you for your kind advice. Much appreciated on this. Will look at Jetpack plugin as I have that running.
Best regards,
Vincent -
- The topic ‘Dyad Remove Author Name/Date/Tag & Category from your posts’ is closed to new replies.