Categories
WordPress

Trying to unify CMS of my site to WordPress.

   These days, I try to unify CMS of my sites to WordPress. My English blog uses Movable Type 5.12. My Japanese blog does WordPress 3.2.1. The rest parts of my site are made by my hand coding. So, their management is complicate.

   I created my test site by WordPress and made it to network. Two blogs were easily able to change to Word Press ones. But I have trouble with parts of my hand coding. I try to make an original theme for them by HTML5 and css3. It’s difficult for me. Would I succeed in my mission?

   One thing I feel confused about is I can’t use /BLOG/ because ‘blog’ is one of WordPress reserved words. When success is achieved, I have no choice but to change from /BLOG/ to /blog-e/.

Edit(Sep.3):
   My theme mission by HTML5 and css3 failed. I found most browsers hadn’t supported HTML5 completely yet. This makes codes of my theme so complicated. Then, I’ve changed my mind, for which I use XHTML and CSS.