Thread Starter
Sbeu
(@sbeu)
Found the origin of the issue. I had a line of code in wp-config like this:
define('WP_DEFAULT_THEME', 'my_child_theme');
plus a plugin “new blog defaults” that was setting the default theme as well. So both were doing the same thing, but there was a conflict in between these two. Can’t explain why it had these consequences though.
Thanks esmi