2013-06-14, 10:35:59
Hello,
I was wondering if there's an easy way to put links as images (thumbs) in the sidebar?
This is my site: http://gs.wouterb.be/
At the moment I'm using a component:
Every time when I want to add a new gallery post/page I have to add a line of code in that component to get a thumb-link.
I thought maybe there's a shorter + easier way.
I was thinking myself about the Link manager 2 plugin. Problem is, it also adds the title of the link in text and I don't want that.
I was wondering if there's an easy way to put links as images (thumbs) in the sidebar?
This is my site: http://gs.wouterb.be/
At the moment I'm using a component:
Code:
<p>Photo albums:</p>
<a href="http://gs.wouterb.be/post/woesteland-bouwkamp-olst-4-2013"><img src="http://i.imgur.com/gZ2o2eIs.jpg" alt="" title="WoesteLand bouwkamp Olst 4-2013" /></a>
<a href="http://gs.wouterb.be/post/woeste-spellen-weekend"><img src="http://i.imgur.com/oQurTBLs.jpg" alt="" title="Woeste Spellen Weekend" /></a>
<a href="http://gs.wouterb.be/post/woestknot13"><img src="http://i.imgur.com/HagReGOs.jpg" alt="" title="Woesteland Knotkamp 2013"/></a>
<a href="http://gs.wouterb.be/post/zondeval"><img src="http://i.imgur.com/R64gHYvs.jpg" alt="" title="De Woeste Zondeval"/></a>
<br /><br /><br /> Tags: <?php nm_list_tags(); ?> <br /> <br />
Click <a href="http://wouterb.be/wbpress/"><u>here</u></a> to see my older photo's
Every time when I want to add a new gallery post/page I have to add a line of code in that component to get a thumb-link.
I thought maybe there's a shorter + easier way.
I was thinking myself about the Link manager 2 plugin. Problem is, it also adds the title of the link in text and I don't want that.