Hi I'm using isotope to navigate a client site I'm working on. I've gotten the parent categories to list and do what they are suppose to do but the subcategories aren't displaying. Any help would be greatly appreciated.
You might want to try instead of doing a custom category loop trying wp_list_categories (http://codex.wordpress.org/Template_Tags/wp_list_categories) and seeing if that gives you the right stuff (and maybe you can just work with that markup).
Otherwise you'll need to dig into what $categories is turning out to be and adjust your loop to output the right stuff. It's probably very close, just some syntax issues (I'm not quite sure).
Hi I'm using isotope to navigate a client site I'm working on. I've gotten the parent categories to list and do what they are suppose to do but the subcategories aren't displaying. Any help would be greatly appreciated.
An example of what I'm trying to achieve can be found here http://ifactory.ca/dev/sensei_grid/
You might want to try instead of doing a custom category loop trying wp_list_categories (http://codex.wordpress.org/Template_Tags/wp_list_categories) and seeing if that gives you the right stuff (and maybe you can just work with that markup).
Otherwise you'll need to dig into what $categories is turning out to be and adjust your loop to output the right stuff. It's probably very close, just some syntax issues (I'm not quite sure).
Thanks Chris I'll give those options a try. Greatly appreciated.