8 years ago
1
Topic

I needed to create a link in my Item template override to the articles retrieved.

What worked (and if there is a simpler way, please do tell...)

1. Download the Seblod Search plugin

2. Create a field of type "link" 

3. Under #2 "Link and Typography" apply a Content - View  as the link  

4. Save

5  In the Item override use this: (in this case the field name was 'more_info')

echo ('<a href="'.$cck->getLink('more_info').'">Full Article</a>');

Get a Book for SEBLOD
8 years ago
0
Level 1

Hi Shoshanaz,

To implement what you describe, you should:

  1. create a "free text" field. Fill tha value "read more" in the default value parameter
  2. click on button "2" ans select option "view" on this field.

Regards,
Mehdi

Get a VIP membership