moveabletype

With MovableType, how do I make my banner image clickable?

I have been having trouble getting my banner image on my blog to be clickable. If my site has an image named "banner.jpg", is it possible to make a generic javascript function that makes all images with that particular name on the page be clickable with a hard coded link? I would like to be able to drop in a short code snippet into th...

Tool or .net code that will parse Moveable Type Import Format?

We are moving a customer's existing typepad blog to our custom CMS solution. It appears our only export option from typepad is a txt file in Moveable Type Export Format We would love to find a tool that converts the txt file into access or excel...or sample .net code that parses the file so that we can insert it into our db. Does anyo...

How do we protect our Wordpress from hacker ?

it's can be apply not only to wordpress. But to all blog platform that can be installed into a server and shared host. so, What do you do via PHP coding or pluggin or any method to secure your installation ? ...

How can I set MT5 to use figure and figcaption

How can I set Movable Type (MT5) to use figure & figcaption for images inserted in an entry. I know I can edit the HTML myself, but there is one other person who will be adding content and I'll need to keep the work flow as simple as possible. Michael ...

encode url not encoding

Hi all. I am working in a template in Moveable Type and would like to do the following: <a href="http://twitter.com/share?url=&lt;$mt:EntryPermalink encode_url="1" $>">Twitter</a> It all works but I'm worried that the current link or at some point even if I use a title mt tag that it might not be right for the browser address bar. I ...