Hi philippe09270. Welcome to the Hueman forum. Are you referring to single post pages? Category archive posts? Home page posts?
hi bdbrown
Remove the date, author … in articles.
Below, simply remove the line:
EDITOR’S RELEASE 21.4.2016
The date of the update may leave
Thank you
The default single post author byline is this:
BY BILLY BOB · PUBLISHED APRIL 29, 2016 · UPDATED JUNE 1, 2016
All you want it to display is this?
UPDATED JUNE 1, 2016
The best is that it displays nothing.
No date, author.
Update ok.
Hey there,
You can achieve what you are after by adding following Custom CSS to your theme using Advanced CSS Editor.
.post-byline{
display:none;
}
Hope it helps.
Thank you Yogya Shukla.
Super this extension is the css line is ok.
Thank you