how to check theme status.
-
How do i know if im working on the child theme or parent theme, i need to make suree im working on the child theme so the parents theme gets updated regularly
Hello,
Log in to your WordPress admin dashboard.
Navigate to “Appearance” > “Themes.”
Look for the currently activated theme. In the theme details, you will see information about the theme.
Or in your WordPress installation directory, navigate to the “wp-content/themes/” folder.
Look for the theme folder that corresponds to your currently activated theme.
Inside that theme folder, check for the presence of a “style.css” file. If it contains a reference to a parent theme in its comments, it’s a child theme.
Best Regards.
how do i navigate from this ? please assist
attaching the screenshot here , i dont see anything to find if its a child or parent theme
Attachments:
You must be
logged in to view attached files.
Hello,
Just navigate to Appearance -> Themes. In this section you can see the theme name with the word child activated.
Screenshot for clarification:
https://ibb.co/R4YGpRM
Best Regards.
i found it and i see that i have been working on parent theme. screenshot is attached. how can i install a child theme ? or can i continue working on parent theme and there wont be any issues with updates. im new to wordpress so need your help
Attachments:
You must be
logged in to view attached files.
Hello,
Here is the documentation how to configure the child theme:
https://xtemos.com/docs-topic/setup-child-theme#download-and-install
Best Regards.