- Posts: 20
- Thank you received: 0
Titile instead of 'Full story'
-
arielb
Inactive member - Topic Author
- Member
Less
More
13 years 9 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.
-
arielb
Inactive member - Topic Author
- Member
Less
More
- Posts: 20
- Thank you received: 0
13 years 9 months ago #6358
by arielb
Replied by arielb on topic Re: Titile instead of 'Full story'
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
13 years 9 months ago - 13 years 9 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: 13 years 9 months ago by milos.
Please Log in to join the conversation.
Time to create page: 0.155 seconds