On building a CMS from scratch
As any regular reader will know, I’m a big user of CakePHP and Wordpress in my work projects or where a deadline is important. However, as a learning experience, you simply can’t beat doing it yourself. (no comments)
As any regular reader will know, I’m a big user of CakePHP and Wordpress in my work projects or where a deadline is important. However, as a learning experience, you simply can’t beat doing it yourself. (no comments)
WordPress's default way of showing comments is wp_list_comments(), which isn't very flexible and doesn't really fit my needs. The only alternative is to do the loop manually and get precise control of the layout. Here's what I ended up with... (no comments)