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:
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 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?
<?php print $title; ?>
by<?php print l($node->title, 'node/' . $node->nid); ?>
<?php print l('Read More', 'node/' . $node->nid); ?>