jQuery中的“get_template_part”

时间:2015-08-01 20:07:18

标签: jquery wordpress

所以,当id="rhp_id"被点击到id="rhp_front_rhp_id"(Wordpress)的另一个div时,我有跟随javascript将一个php文件调用到div。

jQuery('#rhp_id').click( function() {   
    get_template_part('page-parts/01_house_rhp_id.php', function(data) {        
        jQuery('#rhp_front_rhp_id').html(data);
        });                 
}); 

我收到错误消息get_template_part is not defined。 有谁知道如何解决它?

Thanks0n

0 个答案:

没有答案