Manually inheriting parent theme options in child theme
-
I’ve been reading the following post here in the forum that saids that child themes do not inherit the parent options:
Should a child theme inherit the parents theme options?
My question is, is there any way to inherit this parent options by copying values from the DDBB? I have seen that the theme options are stored in the table wp_options, theme_mods_(parent theme name) and I have copied them (without any editing as it is a complex serialized array) in the theme_mods_(child theme name) with no luck…
I could now insert manually (again) all the options inside the child theme, but there are a lot!!
- The topic ‘Manually inheriting parent theme options in child theme’ is closed to new replies.