Hello,
I need to custom 3 things on my blog post :
1) How to hide « posted by … » under the title ? (Circled in purple on « screen1 »)
2) How to display the post date under the title (because the date is not shown on my post …)
3) Is it possible to display the featured image under the post title (with php maybe ?) ?
I also need to change one things on my blog post archive : Is it possible to hide tags and « posted by … » on each post preview (circled in red on « screen2 »)
I tried to hide the « posted by » with the following css but it doesn’t work :
.woodmart-entry-meta .meta-author {
display: none;
}
Thank you for your help. Have a nice day.