Metadata not showing on posts index or archive pages

I have used x-theme (renew stack) for many years on this site (whittiermuseum.org), but am just now adding a blog. I have the metadata turned on in the theme-blog settings and have enabled comments for posts pages. I’ve cleared the cache and even disabled the cache and disable comments plugins, but can’t seem to get the metadata or the categories information to show on the index or archive pages. The only thing that does show is the title, title icon, and the content of the post. Here is link to the blog index page:
whittiermuseum.org/blog/
Thank you for your help - hoping that it’s a simple fix! :wink:

Hello Tracy,

I have checked your site and you have this block of code added to the child theme’s style.css which stops the post meta for displaying:

.entry-header .p-meta {
    display: none;
}

Please go to WP Admin > Appearance > Theme Editor then get rid of the code from the style.css file of the child theme.

Kindly also make sure to clear your site and browser cache since the style.css file of the child theme is usually cache that even if you removed the code and saved the file you will not see any changes right away.

Hope this helps.

Hi Jade,

Yes indeed - that worked. I’ve had this website so long that I’ve forgotten all the changes I’ve made!
Thank you very much for your help.

Tracy

Our pleasure! we’re happy to assist you with this.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.