Remove Author & Date from Portfolio
-
I am currently using the Natural theme and have Premium category with WordPress. I am looking to find a way to remove the author and date being listed on the portfolio posts that I am making. I have not found a simple solution within customizer or dashboard. Any help would be greatly appreciated.
The blog I need help with is: (visible only to logged in users)
-
I am not sure why it added the blog that I need help with in post above. This fix is for a website I am trying to pull together, not the blog…
-
I would also like to know how to do this. Having my name under each and every project makes it look tacky.
-
Hi! Try this code.
.entry-date {
display: none;
}.entry-author {
display: none;
}Tell me if this works. :)
-
@mlawrence1966, I checked and you do not seem to have the WordPress.com Premium Plan upgrade, which would be required in order to add the custom CSS require to remove the date and author from portfolio projects. Also, you did not give us the URL of the site you are talking about, and I see four of them associated with your username.
Can you give us a link to the site you are asking about?
- The topic ‘Remove Author & Date from Portfolio’ is closed to new replies.