• Resolved beachsand14

    (@beachsand14)


    Hi

    1. When a new update for a WordPress theme is issued, does my child theme and parent them both get updated to the newest theme version?

    Thanks
    Brody

    • This topic was modified 9 years, 5 months ago by beachsand14.
    • This topic was modified 9 years, 5 months ago by beachsand14.
    • This topic was modified 9 years, 5 months ago by beachsand14.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author lilaeamedia

    (@lilaeamedia)

    The best way to test any inactive theme is to use the “live preview” feature to view it. Live preview runs with temporary settings, so any fatal errors will be thrown, but they will not cause WordPress to become inaccessible.

    I go into detail about how child themes work here: http://www.childthemeconfigurator.com/how-child-themes-work/

    The redux is that a child theme inherits the parent themes functions and styles because WordPress loads both the child theme and parent theme functions.php file. If the parent theme is written correctly, this allows the child theme to “override” the parent theme functions and to load its own styles.

    In addition each theme (and child theme) stores its own version of the “theme mods” ( customizer settings ), so that things like menus, widgets, header image and other properties can be set specific to the child theme.

    Thread Starter beachsand14

    (@beachsand14)

    Cheers @lilaeamedia

    I don’t know the details in your response I will check out your link.

    Thanks
    BJ

    Plugin Author lilaeamedia

    (@lilaeamedia)

    In short, when the parent theme is updated, the child theme automatically inherits the changes.

    Thread Starter beachsand14

    (@beachsand14)

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Does the child theme get updated?’ is closed to new replies.