whiteteastudios.com
I've solved the problem of the number of slices in inc/home.php by simply hardcoding the number of slices into the query. e.g. $my_query = new WP_Query('showposts=4&offset=0');
but I can;t solve the problem of the slices not being hyperlinks. You'll see on the site that clicking the slices don't go anywhere. I looked at the generated code and it's rapped in an anchor tag and seems fine, and I've checked the css but can;t find where it's failing.
Much appreciated man.
Hi Milo,
I've enabled comments in the Reds theme by including the template comments.php to single.php and page.php. It processes some of the code, up to the point where it counts the comments and allows you make a new comment in the text area or ping back but it doesn't list the comments at all.
Any ideas on making it work?