Tagged Questions
10
votes
3answers
1k views
get_template_part vs action hooks in themes
It seems to me both of these afford the opportunity for the end user to modify a theme without actually editing the themes files (via child themes).
My question is, is one method preferred over the ...