Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Child theme #154

Closed
martajohnsson opened this issue Nov 20, 2014 · 3 comments
Closed

Child theme #154

martajohnsson opened this issue Nov 20, 2014 · 3 comments

Comments

@martajohnsson
Copy link

I can't get child-theme to work. Is any of you able to create a child theme that works?

@linuxbastard
Copy link
Contributor

@martajohnsson
Copy link
Author

Thank You, I know that one, but can't get it work.

@linuxbastard
Copy link
Contributor

for child themes, it's mostly just creating a folder, adding a style.css and importing the parent theme css.

https://github.com/linuxbastard/FP-child-theme

If you want it to use a different js file, you'd need to un-queue the parent theme scripts and en-queue your own scripts, or copy the function from enqueue-scripts.php and paste it in a separate functions.php file in your child theme folder with an updated line for foundation that points to your own app.js file.

For child theme instructions, you can always check: http://codex.wordpress.org/Child_Themes

and my apologies to @olefredrik for replying in this closed issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants