Read more link for body of Team Nodes

Hello! I would like to use a "read more" link for the Dexp BxSlider view for the body field. Can you give me some direction as to how to implement this? Thanks!
To add "Read More" link or set titlt link to page details, you can open node--team-teaser.tpl.php file under templates/node folder then you can add it as you want. For example: If you want to add link for team title to link to page details, you can replace:

<?php print $title; ?>

by

<?php print l($node->title, 'node/' . $node->nid); ?>

Or you can add "Read More" link by adding code below:

<?php print l('Read More', 'node/' . $node->nid); ?>

Cheers.
Hi Jimmy, thanks so much for your direction. I will try it tomorrow. You are awesome. Jimmy, did you see my question about adding external image links? I would really like to solve that issue!
I'm sorry, but I might lose your post. Could you please repeat it here? Thanks!
I would like to use a CDN for my slider images to improve performance. In other words, I would like to use a URL (for external images in the cloud/CDN), instead of using relative paths to images in my own site. Is there a way I can do this?
Hi, Dexp LayerSlider does not support for CDN source. But this is great thing, so may we will improve it in next time.
Thank you. Please keep us updated.