How to remove metadata from post in this theme
-
WP says most themes will be able to us: .posted-on {display:none;}
but I haven’t had luck on this one. Any other work around other than getting premium for a plugin?The blog I need help with is: (visible only to logged in users)
-
It looks like the date is included as the first paragraph of your post content. If that’s always the case than you can use this code to hide it:
.entry-content p:first-child { display: none; }
- The topic ‘How to remove metadata from post in this theme’ is closed to new replies.