View this change as plain text
Fixed Work/Testimonial limited by post MAX
- Project: Chapter26 Wordpress
- Files changed: template_WORK.php, template_TESTIMONIALS.php
- Attachments: no attachments
- Change creation date: January 5th, 2010 @ 2:22PM (GMT)
There was an issue due to the way I had coded the loops for WORK and TESTIMONIAL template pages that limited the number of items to the max blog posts you allow (set in the backend of your blog). So if you allowed 5 blog posts to be displayed at a time for example, you would only see up to 5 items per Work category max.
I've recoded the loops so they will pull all of the posts under each. If you have modified the core theme files and would like to implement just these fixes, simply download the new theme files and copy/paste overwriting the existing files below into your existing theme:
templateWORK.php
templateTESTIMONIALS.php
Let me know if you have any questions!

