I've created custom fields for articles ánd for categories in joomla3.7.
(I am able to add the article custom fields into blog-item.php using $this->item->jcfields[xxx]->value
But how can I add the category custom fields into my template (into blog.php).
Edit
I need to add them by their ID. I do know how to override the template. I don't know how to add the custom fields used in the category in blog.php (in my template).