MUified Open Source Projects
Gavin Blair @ May 11, 2008 # 3 Comments
I’ve noticed a trend in how I’ve handled my latest open source projects. I mean, after they’ve been released. I release the code, I set up my client’s implementation, and then I MUify (my word) it. What do I mean by MUify? It’s the difference between Wordpress and Wordpress MU. I’ll illustrate with an example.
More on page 8
Code Igniter and Wordpress
Gavin Blair @ May 11, 2008 # 4 Comments
For those who don’t know, Code Igniter is an open source PHP framework. And of course, Wordpress is blogging software. When you create a Wordpress theme, you have to put it into the /wp-content/themes/folder. To list the blog’s categories, you use the function wp_list_categories(), which puts the categories in an unordered list. The function takes some arguments [...]
More on page 7