How to add tag cloud with Neo template

Posted by Alex on Saturday, December 08, 2007

Firstly, you must remove the default label list widget and add the label cloud code from Phydeaux3.

Then, to get it working Neo-style (asynchronous), replace this line


a.href = lcBlogURL+'/search/label/'+encodeURIComponent(t);


with this line


a.href = 'javascript:fetchPosts("' + t + '")';




Related Posts


0 comments: