Hi,
Can you recall whether you made the change I suggested in the template that is stored in the plugin folder or did you copy the template into your theme before editing it? I’m hoping that copying the updated template into your theme and reapplying the same code will get you going again.
Hi Daniel,
I just tried this code, but it has no effect at all?
<a href="<?php $a_z_query->the_permalink(); ?>">
<?php $a_z_query->the_title(); ?>
</a>
(<?php
$all_parents = get_ancestors( $a_z_query->get_the_item_id(), 'category', 'taxonomy' );
$immediate_parent = array_shift( $all_parents );
$immediate_parent_term = get_term( $immediate_parent, 'category' );
echo $immediate_parent_term->name;
?>)
https://gpaed.de/kategoriesuche/
Thanks
Matthias
Hi Daniel,
sorry was my mistake. I did not change the category to download_category 🙁
Now it’s fine, just the counter does not work?
https://ww.wp.xz.cn/support/topic/tag-count-4/
thanks
Matthias
I’ve got a fix coming in the next hour to fix the counters. It’s just going through last minute checks.
The counters are working in 4.01 🙂
Thanks
Matthias