Tagged: delete post date on homepage
- This topic has 4 replies, 3 voices, and was last updated 1 week, 2 days ago by
Theme Horse Support Team.
-
AuthorPosts
-
August 15, 2023 at 11:27 am #106194
Hoang Minh Le
ParticipantHello,
I just purchased the NewsCard Pro theme and am quite pleased with its ease of use. However I would like to ask this one question. On the homepage will show the post date and author of the post, and when clicking to view each post, the same. This is only suitable if it is a personal blog, but if it is a newspaper site, it is not very suitable.
So I want to ask is there a way to customize the theme to delete the post date and author of the post on the homepage, and when clicking to read the post, delete the author of the post, keeping only the post date?
August 17, 2023 at 12:23 pm #106204Hoang Minh Le
ParticipantHello, anyone here to support me?
September 3, 2023 at 7:38 am #106341Theme Horse Support Team
KeymasterTo hide the post date and author link from the home-page posts and just author in the posts single page just login to your admin dashboard and go to Appearance > Customize > Additional CSS and paste below custom CSS code:
.home .post-block .entry-meta, .single .entry-meta .author { display: none; } .home .post-block .entry-meta.category-meta { display: block; }
Thank you!
October 24, 2023 at 9:07 am #107065joeboow
ParticipantI wish there was a way to delete the author from the homepage but leave it on the post pages.
But I cannot find any CSS code that will achieve this?
November 20, 2023 at 7:32 am #107308Theme Horse Support Team
KeymasterHi @joeboow,
To hide the author from the homepage but leave it on the post pages just login to your admin dashboard and go to Appearance > Customize > Additional CSS and paste below custom CSS code:
.home .entry-meta .author { display: none; }
Thank you!
-
AuthorPosts
- You must be logged in to reply to this topic.