[resolved] locate_template and child theme chaos
-
I am doing a child theme and have a loop for displaying posts with a really odd effect and not sure if i’m missing something or if I’ve found a bug. Heres the code on my posts loop in archive.php
Using locate_template in this way causes the template to only render once when looking at a tag / category / etc archive (Yes there are a lot more than one post in said archive). If I do the it works fine rendering the template for every post as would be expected. One obvious side effect being the TEMPLATEPATH gives me the parent theme’s template which obviously is not what I want. Takers on this? I’m really at a loss here.
- The topic ‘[resolved] locate_template and child theme chaos’ is closed to new replies.