I hope I'm just overlooking something stupid here, but I'm curious why, when I create a new entry, it's not being listed in my "recent posts" section of the sidebar anywhere else but on the main index. It's only when I rebuild the entire site that the entry finally shows up in the "recent posts".
I used a Widget Set to create the sidebar, including the recent posts widget:
CODE
<div class="widget-archives widget">
<h3 class="widget-header">Recent Entries</h3>
<div class="widget-content">
<ul class="widget-list">
<MTEntries lastn="10">
<li class="widget-list-item"><a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a></li>
</MTEntries>
</ul>
</div>
</div>
<h3 class="widget-header">Recent Entries</h3>
<div class="widget-content">
<ul class="widget-list">
<MTEntries lastn="10">
<li class="widget-list-item"><a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a></li>
</MTEntries>
</ul>
</div>
</div>
This happens in each of my blogs, Cragar's Gallery, puppytoes.net blog, and Shop Blog so I know it has to be something dumb I'm missing.
In the case of "Cragar's Gallery", I don't even use categories, just individual entries. Clicking on an older entry still doesn't show the most recent post unless I rebuild.
In the publishing options, I have the preferred archive type as Entry (and it's worked fine in the past, before I upgraded to MT4), so I'm not sure what's happening. It's really a PITA to rebuild every time I want recent entries to appear.
Can anyone point me in the right direction?
Thanks.
Joanne