Hi there,
I’m trying to get a moblog set up on my site. Here is the page template I’m using:
{exp:moblog:check which="photo_blog"}
{embed=embeds/header pagetitle="Photo Blog"}
<div class="content grid_12">
{exp:channel:entries channel="photo_blog" disable="categories|member_data|trackbacks"}
<div class="thumbs {switch="one|two|three|four|five|six"}">
{exp:imgsizer:size src="{photo_blog_photo}" width="168" height="168" alt="iPhone pic" class="thumbnail" }
</div>
{/exp:channel:entries}
</div>
{embed=embeds/footer}Everything seems to work fine except that I’m getting this error occasionally:
http://skitch.com/johnny72k/n6d7a/error
I think it’s related to the {exp:moblog:check} tag. When I refresh it goes away, but the new moblog entry doesn’t show. However if I go into the control panel and manually check the moblog, it grabs the new entry and publishes it without problems. Any idea what’s going on?