We have the following fields to work with when we build an ITEM on a page:
Title, Abstract, More
The layout of ITEM links on a page are controlled by 4 different html variable settings:
- html-item-include-title -- integer that controls the placement of the title
- html-item-include-abstract -- integer that controls the placement of the abstract
- html-item-more -- the literal text used in the 'more' tag
- html-item-title-tag -- the DIV or Hx tag used to wrap the title
html-item-include-title controls the position of TITLE
0 = none, 1 = first, 2 = last, 3 = first(with wrapper)
html-item-include-abstract controls the inclusion of ABSTRACT
0 = none, else abstract included
html-item-include-title also controls the use of the MORE tag
0 / 3 - include MORE, else skip it
So if you want to activate the 'more' link:
- Ensure you have the more text (default is just ' more')
<HTML-ITEM-MORE> Learn More</HTML-ITEM-MORE> - Set the title position to 0 or 3
<HTML-ITEM-INCLUDE-TITLE>3</HTML-ITEM-INCLUDE-TITLE>