Best Premium and Free WordPress Themes › Forums › Corporate Plus Pro › Remove author and date
- This topic has 3 replies, 3 voices, and was last updated 5 years, 9 months ago by
acmesupports.
- AuthorPosts
- April 10, 2017 at 3:27 pm #16029
Juanjo
ParticipantHello. Is there any way to remove the author and the date of the articles?
April 10, 2017 at 4:28 pm #16030acmesupports
ModeratorHello Juanjo,
Thank you so much for using support forum for the query.
1. Please check all the available options on every widgets.
2. Check all the available options on Appearance > Customize > Layout/Design Options > Blog/Archive Options and find the options there.
3. If the above steps will not help to hide or remove the date and author, please add the below css codes on Appearance > Customize > Additional CSS.entry-meta { display: none; }
Hope, this will solve your problem.
Regards
Acme SupportsApril 25, 2017 at 10:42 am #16452amidsedghi
ParticipantHi there,
I have a similar question. The CSS that you have prescribed removes all meta data information about the blog posts. I’d like only the date to be visible, but not the author, comments or etc.
Please advise!
Thank you for your time,
Amid
- This reply was modified 5 years, 9 months ago by
amidsedghi.
April 25, 2017 at 12:30 pm #16467acmesupports
ModeratorPlease add the below CSS codes to remove the meta tags.
.entry-meta .byline { display: none; } .entry-footer { display: none; }
Thank you
- This reply was modified 5 years, 9 months ago by
- AuthorPosts
- The topic ‘Remove author and date’ is closed to new replies.