I’ve found a way editing the kbe_knoledgebase.php file
foreach($kbe_terms as $kbe_taxonomy){
$kbe_term_id = $kbe_taxonomy->term_id;
$kbe_term_slug = $kbe_taxonomy->slug;
$kbe_term_name = $kbe_taxonomy->name;
$kbe_term_description = $kbe_taxonomy->description;
The last line is the one I added
the description is available via
<?php echo $kbe_term_description; ?>
-
This reply was modified 7 years, 11 months ago by xenio2000.
-
This reply was modified 7 years, 11 months ago by xenio2000.
-
This reply was modified 7 years, 11 months ago by xenio2000.