Step 1: Sign in your Blogger account, click Layout tab | Edit HTML, check Expand Widget Templates, scroll down and find your link list. You may also can find it by searching LinkList keyword.


Step 2: Now you put the colored code in this way and save your template:
<b:widget id='LinkList1' locked='false' title='Other blogs' 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>
</ul>
<b:include name='quickedit'/>
</div>
</b:includable>
</b:widget>
In the case of external links in posts, you could view this tip.
18 comments: