Yeah, this blog is powered by MT4 (Movable Type), but I just can’t help myself from echoing what I missed about Wordpress (WP), and the features of the latter that I can’t seem to find in MT.
First off is the documentation and community. When I’m looking for a WP solution that I want to implement into my WP blog, I used to just google it, and almost everything is there, from the wordpress community itself or from other blogs talking about how they did it for themselves. In MT, I believe there’s no community. And the search results…. irrelevant!
Second, MT is supposed to do it like Wordpress MU, wherein you can create a new blog in a new folder in your server within the same installation. And as I was doing just like that, creating a new blog in a subfolder of obeertym.com, the index and archives pages were properly created in the subfolder, but the css–it imports from a non-existent directory.
For example:
I have MT core files installed in a subdirectory, say:
www.obeertym.com/mt-core/
And this blog is created at ww.obeertym.com, the style sheet in the root directory imports the css found in:
www.obeertym.com/mt-core/…(etc)..
Now, when I create a new blog say in:
www.obeertym.com/newblog
The css in the same directory imports the css from:
www.obeertym.com/newblog/mt-core/…(etc)…
Now isn’t that fun?!
Third, and I guess not the last, is that when you’re logged in into the system and you view your post, and you see something needs to be edited, there’s just no way to just click a link to go directly to the “edit entry page”. Maybe it’s because the pages are published in html, not in php just like in WordPress.
That’s all I noticed so far. More are definitely coming as I continue the experience with MT4. The experience I have so far is not yet determinate to come up with the conclusion on MT vs. WP.