To have the Link List open in new windows when clicked, we first go to
Template -> Edit HTML.
Check the “Expand Widget Templates” box.
Backup your template by click the “Download Full Template” link that appears right after the words “Before editing your template, you may want to save a copy of it.”
Template -> Edit HTML.
Check the “Expand Widget Templates” box.
Backup your template by click the “Download Full Template” link that appears right after the words “Before editing your template, you may want to save a copy of it.”
<b:widget id='LinkList1' locked='false' title='Links' type='LinkList'> <b:includable id='main'> <b:if cond='data:title'> <h2><data:title/></h2></b:if> <div class='widget-content'> <ul> <b:loop values='data:links' var='link'> <li><a expr:href='data:link.target' target='_blank'><data:link.name/></a></li> </b:loop> |
0 comments:
Post a Comment