我有这部分代码,我想替换name-category
在带有我的变量的查询部分$nisola
. 这是正确的代码谢谢
<?php $nisola = get_post_meta($post->ID, \'isola\', true); ?>
<?php
$post_categoria = new WP_Query(\'category_name=name-category\');
while($post_categoria->have_posts()) : $post_categoria->the_post();