Removing the post author line from posts
-
We’re creating a site that’s half-blog/half-website using the Linen theme, and we’d prefer not to have the post author line show up for each blog post. Is there a simple way to customize the CSS to prevent the post author line from showing?
The blog I need help with is: (visible only to logged in users)
-
The following code will hide both the post author as well as the date in single posts:
.single-post-meta { display: none; }Unfortunately there is no way to just hide the author name alone.
-
-
- The topic ‘Removing the post author line from posts’ is closed to new replies.