entry meta, once removed, how to bring it back?
-
Hi,
I removed the entry meta (author, date, etc) because I’m using the posts on my site as static pages (in addition to pages in a top menu). I then installed a blog in a separate directory. The blog is using the same theme as the site and I couldn’t get the entry meta to appear on the posts of the blog, because I found out that it has to use the same theme. So I’m trying to remove the code that I used to take out the meta, but that is not working.
the css I used to remove the entry meta in my child theme is this:
.entry-meta { font-style: italic; font-size: 12px; margin-bottom: 8px; display: none; }
I have tried commenting this out, I have tried display: block, display: inline. Nothing works.
Any ideas? the website is here: https://dievilla.at/
the blog is here: https://dievilla.at/blog/thanks!
- The topic ‘entry meta, once removed, how to bring it back?’ is closed to new replies.