« Tag Cloud bug | Main | Comment spam »

RE: Tag Cloud bug

Ok, so this is funny. I added a new category called “Movable Type” as I authored my last post on the Tag Ckoud problem that I had.

The only problem is that the tag cloud link had a space in it and thus didn’t map to the directory Movable Type created for the category, movable_type. So, I remember seeing in my MT doc link that there is also a dirify attribute and I also saw how you don’t need to specify both dirify and lower_case. So I changed my template code to the following which fixed all of my problems:

                     <div class="blogs-module module">
                       <h2 class="module-header">Tags</h2>
                       <div class="module-content">
                         <MTCatCloud all="0">
                         <span style="<$MTCatCloudCSS$>"<a style=";text-decoration: none" href="<$MTBlogArchiveURL$><$MTCatCloudName dirify="1"$>/"><$MTCatCloudName$></a></span>
                         </MTCatCloud>
                       </div>
                     </div>

TrackBack

TrackBack URL for this entry:
http://www.primordia.com/blog/mt-tb.cgi/517

Comments

This is a test comment.

Post a comment