Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Help with Child Theme


peterverkooijen
Participant

@peterverkooijen

Does anyone else know/care? I get the same problem with TEMPLATEPATH.

I can’t make any sense of the information on Function Reference/locate template.

I need something that works in includes. Like this, but for the child template folder:

<? include TEMPLATEPATH.'/directories/members/featured.php'; ?>

bloginfo() doesn’t work there.

EDIT:

Again, this sort of works:

<? include get_bloginfo('stylesheet_directory').'/directories/members/featured.php'; ?>

But that’s just awkward. Is there really no template tag for the child theme folder?

Skip to toolbar