Replies: 0
Hey fellow developers,
Currently I’m swapping themes. The current one is no longer maintained. The new theme I’m using comes with a nice customizer. I’m not happy with all the settings in the style.css so I made a child-theme. No real sweat. I also want to alter the single.php. No problem but.. I want to use the theme-customizer to change the single.php. So the big question: Is it possible to add new customization items to the child theme and how?
The main theme has an option to show or hide the featured image on the post. I just need to add “feature only on first page” – otherwise the image shows up on every page of a multi-page post. Dont want that. I can do that in the code my checked if its the first page but want to make it user-friendly.
The theme is not live a.t.m. – it only lives on a VirtualBox VM at home..
Any documentation about how the extend the customizer from with a child-theme ?
Regards
Sjoerd