read more link

Permalink
I tried using the search tool. I know some people have done this, but I couldn't get the search tool to yield any results that are relevant. let me know if you figure it out.

anywho...I need to add a "read more" link to the bottom of my page list truncated descriptions.

Has anyone done this already?

C

RadiantWeb
 
zoinks replied on at Permalink Reply
Did you ever figure this out? I need to ad a "Read More..." link to the bottom of my PageList items also.
zoinks replied on at Permalink Best Answer Reply
Hey, I figured it out:

<a class="joindiscussion" href="<?php echo $nh->getLinkToCollection($cobj)?>">Read&nbsp;more...</a>


I have a new question now:
What if I want different bits at the end according to the PageList type?

EDIT: figured that out, too... just create a new template in blocks/pagelist/templates/newtemplate.php

...and then go into Edit mode and select this Custom Template on the PageList item you want to apply it to.