Cari file node.tpl.php dalam folder theme yang digunakan, gambar contoh ini adalah theme Garland.
cari line ini
<?php if ($links) { ?><div class="links"> <?php print $links?> </div><?php }; ?>
boleh delete terus ataupun tukar kpd perkataan lain buat mcm ni.
<?php if ($links) { ?><div class="links">» <?php print str_replace('Read more', 'Selanjutnya', $links) ?></div><?php }; ?>
Cara ini akan menukar segala link Read more kpd Selanjutnya.. OK.. kalu nak tukar hnya node tertentu sahaja pulak mcmmana... beserta comment... ok tgk gambar dibawah...
Cari file node.tpl.php, copy n paste ditempat sama n rename jadi node-story.tpl.php Nota: sekiranya node ialah news, tukar jadi node-news.tpl.php
ok perhatikan gambar diatas, node story ada 2 link, satu Add new comment n Read more.. dua2 pun bleh tukar..
sama mcm line tadi, tukar jadi mcm ini
<?php if ($links) { ?><div class="links">» <?php print str_replace('Add new comment', 'Komen Anda', str_replace('Read more', 'Baca cerita ini lagi', $links)) ?></div><?php }; ?>
Ok lihat result dia...
itu sahaja..
tq.
No comments:
Post a Comment