Hi,
Im trying to follow the tutorial on this page:
http://imaginedesignexperience.com/creating-a-filterable-portfolio-using-jquery-and-wordpress/
For stage one, im assuming this is talking about a post category not a page category?
For stage two, it says:
In your WordPress file structure, create a custom category file in the themes directory: wp-content/themes/–ThemeName–/category-#.php
Replace –ThemeName– with the name of your theme
Replace category-# with the number of your Portfolio Category in WordPress.
I put my file in http://www.zombiemod.com/blog/wp-content/themes/classic/category-7.php
I then went to my category 7 (portfolio) which is at this URL:
http://zombiemod.com/blog/?cat=7
However, im meant to see the portfolio content, but all I see is the standard empty category message.
Can anyone tell me if I am doing anything obvious wrong?