- Posts: 20
- Thank you received: 0
Titile instead of 'Full story'
14 years 10 months ago #6354
by arielb
Titile instead of 'Full story' was created by arielb
Hi!
I'd like to change the module so, instead of the text i put in the Read More label, it shows the label heading. Is it possible?
It would help for the SEO.
Thanks!
Ariel
I'd like to change the module so, instead of the text i put in the Read More label, it shows the label heading. Is it possible?
It would help for the SEO.
Thanks!
Ariel
Please Log in to join the conversation.
14 years 10 months ago #6358
by arielb
Replied by arielb on topic Re: Titile instead of 'Full story'
Please Log in to join the conversation.
14 years 10 months ago - 14 years 10 months ago #6364
by milos
Replied by milos on topic Re: Titile instead of 'Full story'
You can change file /modules/mod_hot_newsflash/tmpl/default.php. Find this line
and change it to
Code:
<?php if ($readMore) { ?><p><a href="<?php echo $link[$loop]; ?>" class="readon"><?php echo $readMoreText; ?></a></p><?php } ?>
Code:
<?php if ($readMore) { ?><p><a href="<?php echo $link[$loop]; ?>" class="readon"><?php echo $heading[$loop]; ?></a></p><?php } ?>
Last edit: 14 years 10 months ago by milos.
Please Log in to join the conversation.
Time to create page: 0.252 seconds