Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

get template part wordpress

// You wish to make $my_var available to the template part at `content-part.php`
set_query_var( 'my_var', $my_var );
get_template_part( 'content', 'part' );
Source by developer.wordpress.org #
 
PREVIOUS NEXT
Tagged: #template #part #wordpress
ADD COMMENT
Topic
Name
9+2 =