Making Title the URL link

2 posts by 2 authors in: Forums > CMS Builder
Last Post: January 5, 2009   (RSS)

Re: [chassa2556] Making Title the URL link

By Kenny - January 5, 2009

Sure - just put the title echo statement where 'see more' is

Try this:

<a href="<?php echo $record['_link'] ?>"> <?php echo $record['title'] ?> </a>


Kenny