module-k2 content "read more" atau "baca selengkapnya" tidak tampil pada front-end padahal di halaman setting module sudah dipilih "show" atau "tampil" .
buka file dan edit, lokasi file:
- default : modules/mod_k2_content/tmpl/Default/default.php
- override template: templates/nama_template_anda/html/mod_k2_content/Default/default.php
temukan baris code berikut:
<?php if($params->get('itemReadMore') && $item->fulltext): ?>
hapus:
&& $item->fulltext
sehingga menjadi:
<?php if($params->get('itemReadMore')): ?>