Titile instead of 'Full story'

More
14 years 8 months ago #6354 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

Please Log in to join the conversation.

More
14 years 8 months ago #6358 by arielb
Hi! The link is latinohostels.com/

Thanks.

Ariel

Please Log in to join the conversation.

More
14 years 8 months ago - 14 years 8 months ago #6364 by milos
You can change file /modules/mod_hot_newsflash/tmpl/default.php. Find this line
Code:
<?php if ($readMore) { ?><p><a href="<?php echo $link[$loop]; ?>" class="readon"><?php echo $readMoreText; ?></a></p><?php } ?>
and change it to
Code:
<?php if ($readMore) { ?><p><a href="<?php echo $link[$loop]; ?>" class="readon"><?php echo $heading[$loop]; ?></a></p><?php } ?>
Last edit: 14 years 8 months ago by milos.

Please Log in to join the conversation.

More
14 years 8 months ago #6370 by arielb
Great! It works perfect. Thanks

Best wishes,
Ariel

Please Log in to join the conversation.

Time to create page: 0.312 seconds
Powered by Kunena Forum