Template tags vs get_template_part() vs functions.php
A template tag is just a function, so I can’t understand the difference from a function in functions.php and a template tag. So the choiches are 2: function VS file. The right choice depend case by case, and all things @shazzad pointed found me agree. I prefer use file and get_template_part when the code need … Read more