Titile instead of 'Full story'

More
15 years 1 month 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
15 years 1 month ago #6358 by arielb
Hi! The link is latinohostels.com/

Thanks.

Ariel

Please Log in to join the conversation.

More
15 years 1 month ago - 15 years 1 month 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: 15 years 1 month ago by milos.

Please Log in to join the conversation.

More
15 years 1 month ago #6370 by arielb
Great! It works perfect. Thanks

Best wishes,
Ariel

Please Log in to join the conversation.

Time to create page: 0.179 seconds
Powered by Kunena Forum