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 [...]