Blog: R6D70: #100DaysOfCode (More Posts)
I said yesterday I was going to focus on building the search functionality of this blog. Instead, I found myself focusing on implementing the category templates, making sure that there were category templates for each individual category in the blog.
Each single blog page now contains a list of all the categories assigned to that blog post using the WordPress the_category() method. This blog post for example has been assigned #100DaysOfCode, JGDM Feature and Learning Journal as categories.
I also spent some time dividing up my Widget spaces so each one is assigned a Widget area, rather than an accumulation of widgets in one space.


