Local variables are not available in get_template_part()
templates.
Instead of using global variables, template can be included with locate_template()
function and all your variables will be available in the template file.
Local variables are not available in get_template_part()
templates.
Instead of using global variables, template can be included with locate_template()
function and all your variables will be available in the template file.