Der WP Codex sagt dazu: // 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' ); Aber wie mache ich echo $my_vardas im Template Teil? get_query_var($my_var)funktioniert bei mir nicht Ich habe Tonnen...