One of the easiest mistakes to make as an early WordPress developer is understanding the difference in PHP’s include
and require
functions and WordPress’ built-in functions – such as get_template_part
– for working with templates.
In my latest article on WPTuts+, I take a look at each of these functions.