• Hi!

    I’ve created the child-theme with the style.css file and functions.php but now I want to modify the structure files which are put in inc/structure – how can I do this? Copying the inc/structure folders and modifying the files didn’t work. Should I use some function in those files so WordPress will load them instead of the main files?

    Regards,
    Paul

Viewing 1 replies (of 1 total)
  • Theme Author felixdorner

    (@felixdorner)

    Hey, the theme works with hooks. Find a hook in a template file you want to modify. Then de-register any hooked functions and add your own. There might be a learning curve to modify this theme but you will learn to love hooks when you get through. ??

Viewing 1 replies (of 1 total)
  • The topic ‘Creating child-theme with other template files’ is closed to new replies.