Quote:The '...' what is this do I put exactly as you say or experiment with it to get what I am after.
That is simply an indicator that the text is shortened.
For example
[i]Lorem ipsum dolor sit amet consectetur adipiscing elit[/i]
becomes
[i]Lorem ipsum dolor si...[/i]
(20 characters + ...)
You can change the "..." to anything you like or leave it out completely.
The code would then look like this:
`<?php echo shortenContent(getAlbumTitle(), 20); ?>`
So yes, experiment with it ;-)