我有问题,并希望下一步显示在woocomerce产品中: 1(第一个产品)的4个(例如总计数)等等2个4 ...
我拥有的产品总数,但是如何显示我不知道的索引号。
function currentnumber(){
global $post;
$cat = get_the_terms( $post->ID, 'product_cat' );
$key = $cat[0]->term_taxonomy_id;
$newcat = $cat[0]->count;
return $newcat;
};
请查看下面的截图,以便更好地理解。
答案 0 :(得分:0)
作为没有人,回答:(我将在这里解决这个问题,也许这将有助于将来smbdy
$ product_ids = array(1,2,3); make product_ids数组 array_search(get_the_ID(),$ product_ids); 然后使用数组搜索功能获取数组中产品ID的索引