Remove Author on Blogs (Posts)
-
Hi, I want to posts blogs (posts) but I do not want the author to be shown. How can I remove it?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
The following CSS code (added to your custom styles) will hide the post byline so it is not shown to blog visitors:
/* hide post author meta on single blog posts */ .single .meta-author { display: none; }Hope that helps. Please let us know if you have any more questions.
- The topic ‘Remove Author on Blogs (Posts)’ is closed to new replies.