Remove date and author from posts in the Ryu theme
-
I am new to WordPress. What CSS code should I add to remove the date from my posts in the Ryu theme?
I would also like to remove the author’s name, which by default appears on every post.
Thank you!
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Please try adding this css to the customizer.
.author.vcard, span.entry-date { display: none; }If it doesn’t work, please post a link to a post on your site where the info is still visible.
-
@direitorapidopontocom, I see you have used the CSS @garysixtyeight provided to hide the date and author. Let us know if you have additional questions.
-
-
- The topic ‘Remove date and author from posts in the Ryu theme’ is closed to new replies.