10
Get_template_part के लिए एक चर पासिंग
WP कोडेक्स का कहना है यह करने के लिए: // 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' ); लेकिन मैं echo $my_varटेम्पलेट भाग के अंदर कैसे करूं ? get_query_var($my_var)मेरे लिए काम नहीं करता है। मैंने locate_templateइसके बजाय उपयोग …