A loop that iterates through all the favorites in the favorites list.
The basic syntax of the loop is:
Within the favorites.urls loop, you can use these variables, whose contents change with each iteration:
| A string variable containing the description of the current favorite.
|
| A string variable containing the target for the current favorite.
|
| This is used for the target parameter of the link for the favorite.
|
| A string variable containing the title of the current favorite.
|
| A string variable containing the URL of the current favorite.
|
Example
The code shown below is a simplified version of the default favorites template:
| title="{{var name=description escape=html}}"
|
| {{var name=title escape=html}}</a></div>
|
Trackbacks
TrackBack URL:
http://demo.blogharbor.com/blog/_trackback/82636
No trackbacks found.