• Resolved ahmed8

    (@ahmed8)


    After creating a child theme and making necessary changes, I would like to convert the child theme back to a parent theme (or integrate changes made with the parent theme). I wish to continue development on the parent theme from this point.

    This is so I do not have duplicate files images pages etc, they are taking to much space and also slowing down the site. Similarly CSS files are not accessible in the dashboard. Generally this is just something that will improve the site I am working on. Would this be possible. Please advice.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Serafino

    (@seraph63)

    Hello,
    the child theme is used to save the changes made to the parent theme, so all future updates on the parent theme will not delete the changes made by you.
    Keep this in mind, after that, to incorporate all changes, you must save your css and js files both css and js premium folder, then you need to insert them in the functions.php of the parent theme.
    To append that files use wp_enqueue_style function (for the css) and wp_enqueue_script (for the js).

    I Hope iI was helpful.

    Serafino

    Plugin Author Serafino

    (@seraph63)

    No answer, closed

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘convert child theme back to parent theme’ is closed to new replies.