The correct way to implement WordPress child themes is to use them for simple changes. If you are doing a child theme and replacing all of the files, then what you have is a new theme and not a child theme. The purpose of child themes is for minor changes, maybe the sidebar.php is different or you want to add more theme widgets to the parent theme and don’t want to use a plugin. At some point, if you are doing such things as adding functionality, well that should be done by way of either functions.php or a plugin.
Possibly Related Posts:
- Bullet: E-Book Library Management and Content Server
- Using ZendFramework 2 beta1 For Directory Project
- The Way of Kings and Cosmere Theory
- “In Time” Movie Premise Flawed
- Completing HTTP Library For PHP
Comments are closed.