Hello. How do I change each listing so that I can display Description or other custom fields there?
meseko Hi
You can edit this file: /templates/ja_findus/html/com_content/category/listings_item.php
I just added this code lines 90-92 to show the introtext of these articles:
<div class="item-intro"> <?php echo $this->item->introtext; ?> </div>
Check! Please close issue!