Forums
(@jana26)
12 years, 7 months ago
Hey,
thanks for the reply. I tried to make it like this:
<?php $category = get_the_category(); $value = get_field('details', 'category_'. $category->cat_ID .''); ?>
but it didn’t work. Any idea?
Thank you very much. That was excactly what i was looking for.