Moderator
t-p
(@t-p)
I tried disabling the plugins but it didn’t help. I also replaced both the wp-admin folder and the wp-includes folder. That also didn’t help.
have you also tried:
– resetting the plugins folder by FTP. Sometimes, an apparently inactive plugin can still cause problems. Also remember to deactivate any plugins in the mu-plugins folder (if you have created such folder). The easiest way is to rename that folder to mu-plugins-old.
– switching to the unedited default Twenty Fifteen theme for a moment using the WP dashboard to rule out any theme-specific issue (theme functions can interfere like plugins).
Tried both these options. Neither of them worked.
Moderator
t-p
(@t-p)
-Try adding this to the your active theme’s wp-config.php file above the /* That’s all, stop editing! Happy blogging. */ line so it looks like this: define(‘CONCATENATE_SCRIPTS’, false);
Several updates later, the same problem is back. My September 5th post was fine. And today’s post is invisible.
I deactivated the only plugin that had been updated in the meantime. That didn’t help.
I changed themes (Tempera had also been updated in the meantime). That didn’t help either.
I’m running WP 4.3.1
-Try adding this to the your active theme’s wp-config.php file above the /* That’s all, stop editing! Happy blogging. */ line so it looks like this: define(‘CONCATENATE_SCRIPTS’, false);
I tried this one but I can no longer find a wp-config.php file among my theme’s files… Now what?