I recently started using WordPress to create websites using free themes and templates, but the lack of customization possibilities especially in e-commerce websites has been a roadblock for me. The fact that every solution I've discovered calls for premium plugins isn't ideal for me.
Plus, I can't understand the solutions that require writing codes and I don't even know where to write them. To have complete control over my websites and understand everything, I want to dive deeper into WordPress and learn how to create my themes and templates using code I know HTML and CSS, and I have the basics of JS, but I've never used PHP.
Please guys, provide me with some guidance and resources to understand where to start and get better at this. I don't mind if it's an online course or a free tutorial any advice from the knowledgeable people here would be much valued!"
I truly need some help getting started with WordPress because I’m lost.
[ad_1]
[ad_2]
[https://learn.wordpress.org/](https://learn.wordpress.org/)
First, learn how to create child themes. Then load a child theme into every theme you use. You can load a child theme into an existing site at anytime, with no loss of data or settings.
You can add custom code into “functions.php ” by navigating from Appearance > Theme File Editor. Just paste your PHP code directly into this file.
ChatGPT is excellent at answering these questions, including the older versions, 3.0 and 3.5.