Hello,
I have a blog page with five news posts. Each of the post have different publish dates, but all the post show “April 21, 2018”. If I change the date of the latest post to something else, then all the post update to that date. Each of the posts should be showing different dates. I disabled all the plugins and it still has the problem. I have included a link to the site and admin login (see below).
Any help is greatly appreciated and thanks for making a great theme,
Steve
Hey Steve,
Thank you for using Enfold.
I’m not sure what’s causing the issue, yet. Did you add any modifications prior to the issue? Please deactivate all plugins then upgrade the theme to version 4.3. You have to re-save the theme options after the update.
Best regards,
Ismael
Hi Ismael,
I updated the theme to 4.3 and all the blog posts still show the same date. I tried changing the dates on all the posts, and that didn’t work. I also tried turning off all the plugins, and that didn’t work ether.
Any ideas on the next step?
Thanks,
Steve
Hi,
Thank you for the update. I still can’t figure out what’s causing the issue, unfortunately. The category pages are working correctly in my installation. Did you use another theme before Enfold? Please try to sweep or optimize the database.
// https://wordpress.org/plugins/wp-sweep/
Create a backup or a restore point before using the plugin. You can use the following css code to hide the date container temporarily.
.archive .slide-meta {
display: none !important;
}
Best regards,
Ismael