Is there any way to hide “.entry-footer” for a specific post?
.entry-footer {disply: none; }
deletes the information on all posts but I just want to hide this in one single post.
.page-id-xx .entry-footer…
or
.post-id-xx .entry-footer…
doesn’t work.
Is there any way to hide “.entry-footer” for a specific post?
.entry-footer {disply: none; }
deletes the information on all posts but I just want to hide this in one single post.
.page-id-xx .entry-footer…
or
.post-id-xx .entry-footer…
doesn’t work.