wordpress base theme child url

Create a new folder in your WordPress themes directory and name it something relevant to your child theme. Create a new CSS file within this directory and name it style.css. Within the style.css file, add the following code at the top:

/ Theme Name: Your Child Theme Name Template: name-of-your-parent-theme-directory /

Replace "Your Child Theme Name" with the name of your child theme and "name-of-your-parent-theme-directory" with the directory name of your parent theme. Save the file. Create a functions.php file within your child theme directory and add any custom PHP functions you want to include. Activate your child theme in the WordPress admin panel under "Appearance" > "Themes".