Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it child themeable #3

Open
rickard2 opened this issue Dec 20, 2010 · 2 comments
Open

Make it child themeable #3

rickard2 opened this issue Dec 20, 2010 · 2 comments

Comments

@rickard2
Copy link

This boilerplate would be great to use for child themes, although it doesn't seem like this theme is prepared for it. The first issue i found is that it doesn't include the child themes stylesheet, although this is fixed easy with adding the line:

<link rel="stylesheet" href="<?php bloginfo("stylesheet_directory") ?>/style.css" />

I'd like for this theme to be evolving towards being usable for child themeing, to me it seems like the point of a boilerplate :-)

Thank you for your good work!

@walker
Copy link

walker commented May 7, 2011

Heya, won't this work and be what WP seems to want as the standard?:

<link rel="stylesheet" href="<?php bloginfo( 'stylesheet_url' ); ?>" />

@rickard2
Copy link
Author

Yeah, I think that's what you'd want to use..

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

No branches or pull requests

2 participants