I’m building an archives page which has several {if} statements in it so that I can ensure everything pointed to archives has a relatively short url. For example:
/articles/title_of_post
/articles/category/my_category
/articles/tag/my_tag
The body itself where all of these logic operators are located seems to work great, the problem is in my header I have a feature box that pulls flicker and twitter posts using the FeedGrab plugin. This box works great on almost every page of the site, and on most of the pages in the archives section, but when I load single pages (articles/title_of_post) or archived pages other than the month of march (/articles/2009/01/), I suddenly lose all data in the box.
The box with the flickr and twitter posts is self contained in an included header, so the code has no way of changing on each reload. The weblogs themselves for both flicker and twitter also seem to be importing from Feedgrab to EE and running just fine. Any ideas what could be causing this issue?
I’m attaching a screen grab of the error, and my full code for the template is available here. In the template I included the header, which is called from an include on the site, and labeled both the header and the box that calls weblog entries from my Feedgrab plugin.
Thanks for any help you can provide.