• Resolved reshm

    (@reshm)


    I am currently using Dzonia Lite By, Version 1.6.1 and version 1.6.2 has been released.
    1. how can i save my current customization and info on my site before updating?
    2. how to update my theme?
    3. if i change themes will i loose my content?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Have you made changes to the theme’s original files?

    Thread Starter reshm

    (@reshm)

    yes, a developer also added a custom page template

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Make a Child Theme
    http://codex.ww.wp.xz.cn/Child_Themes

    Then copy all of the files you made changes to (apart from functions.php and style.css) and paste it into your Child Theme directory.

    For your style.css file use a service like Diffchecker to check the difference between your theme’s original stylesheet and your modified stylesheet, to find what you’ve changed. Once you’ve found your changes, copy all of them and paste them into your Child Theme style.css file (at the bottom).

    If you’ve modified functions.php, see this http://codex.ww.wp.xz.cn/Child_Themes#Using_functions.php

    Thread Starter reshm

    (@reshm)

    i found another solution, thanks

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

The topic ‘update current theme’ is closed to new replies.