Hi, you have this as Custom/Additional CSS on your site:
.entry-footer {
display: none !important;
}
Remove that and it should display.
I don’t see it on my additionnal css. Here are the one i use :
.blog-single-date {display: none !important;}
.blog-single-byline {display: none !important;}
.blog-card-date {display: none !important;}
.featured-item-bottom {display: none !important;}
Is it because of the last one featured-item-bottom ?
I’ve made it work by adding
.entry-footer {
display: block !important;
}
not sure if it is a correct way tho, in case you have a better solution
That solution should work fine.
Superb, have a great day, the thread can be closed.
Have a great day you too, marked as resolved!
(@williamjoseph11)
3 years, 4 months ago
Hello, i can’t seems to be able to show comments on my blog posts – is there anything i could add to functions.php or any option i have forgotten to enable ?
The page I need help with: [log in to see the link]