Tagged Questions
4
votes
4answers
3k views
When is get_template_part() preferable to simply using the template.php files?
In this post on wordpress.stackexchange.com I asked whether using get_template_part(), as demonstrated in the TwentyTen theme, is a recommended best practice. The general consensus I got was that it ...
0
votes
2answers
367 views
TwentyTen: Overloading template.php files vs. get_template_part
I'm studying TwentyTen, under the assumption that it contains the best practices for writing themes and modifying them using child themes.
I'm noticing what looks like a really redundant practice, ...