• Resolved pinecone427

    (@pinecone427)


    Hey all,

    I’m new to www.remarpro.com and for a university project I installed wordpress on a local development environment (using XAMPP) and started working on my site using the twentytwenty-three theme. I’ve made a lot of changes directly using the site’s editor, but upon coming across multiple resources I realise I should have created a child theme instead and made my changes on it.

    Because of my needs, I added a decent amount of CSS by going to /wp-admin/customize.php as this was the only way I found to add custom CSS. I also added a lot of styling using the site editor. Now that I’m trying to create a child theme, I can’t export the files parent twentytwenty-threetheme using the site editor, and even by copying and pasting all the files of the twentytwenty-three theme to another theme I don’t keep all the changes that I have made.

    My worry is that I’ll lose all the files and I won’t be able to transfer the changes, as I would need to move this local installation of www.remarpro.com to an actual host later on. Any help understanding my problem would be very much appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Kathryn Presner

    (@zoonini)

    The recommended way to create a child theme of a block theme like Twenty Twenty-Three (aka a theme that uses the Site Editor) is to use the Create Block theme plugin.

    Because of my needs, I added a decent amount of CSS by going to /wp-admin/customize.php as this was the only way I found to add custom CSS.

    It’s not necessary to hack a path back to the Customizer’s Additional CSS panel, since a custom CSS editor (both site-wide and per-block) are included in the Site Editor as of WP 6.2. Learn more here. I’m giving a workshop on this topic on Wednesday as well.

    I’ve made a lot of changes directly using the site’s editor, but upon coming across multiple resources I realise I should have created a child theme instead and made my changes on it.

    Not necessarily. ??

    If you’re referring to changes made through the Site Editor, those changes won’t be lost when you update the theme, so you don’t need a child theme. A child theme is only needed when you are making changes beyond what can be done via the Site Editor, which now includes Styles and Custom CSS.

    What are some examples of changes you’ve made?

    My worry is that I’ll lose all the files and I won’t be able to transfer the changes, as I would need to move this local installation of www.remarpro.com to an actual host later on.

    I’d recommend you use a migration plugin such as All In One Migration.

    Moderator Kathryn Presner

    (@zoonini)

    Hi there – I’ll go ahead and mark this thread as resolved. If you still need help with this, feel free to reply here or start a new topic for new questions. Thanks!

    Thread Starter pinecone427

    (@pinecone427)

    Hey there, apologies for not responding earlier. I’d like to just say thanks cause I wouldn’t have kept hacking my way to the old editor just to edit some css!

    Indeed I’ve only made changes using the site editor, and added cs through the site editor too.

    I’ve also added some fonts into the directory of the site and used css to load them.

    All in all thanks for the tips!

    Moderator Kathryn Presner

    (@zoonini)

    Excellent, glad you’re all set – and you’re very welcome!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Understanding and exporting block theme (twentytwenty-three)’ is closed to new replies.