I have seen other posts on this, but wanted to offer my problem to see if it is a bug or I have something set wrong.
I’m running version 1.6.1 and want to use display_by=“day” and only 1 entry is being returned when I use the limit=“1” parameter.
I created a clean template page with the code section i’m fighting. It seems that at one point it worked fine and now it doesn’t. Maybe it was my imagination.
I am running some extensions: edit alert, category checkboxes, LG add sitename, File by Mark Huot, edit tab ajax, empty options. I have tried disabling them and have had no luck. The are all currently disabled
I have tried to remove sort and author_id parameters as well.
{exp:weblog:entries weblog="blog" sort="desc" author_id="2|3" display_by="day" limit="1"}
<div class="date_header">{date_heading}{entry_date format="%l %F %d, %Y"}{/date_heading}</div>
<div class="time_stamp">{url_or_email_as_author} at {entry_date format="%g:%i %A %T"}</div>
<span class="blog_title"><a href="http://{url_title_path=site/blog}">{title}</a></span>
{body}
{if allow_comments}({comment_total}) Comments |
{/if}<a href="http://{url_title_path=site/comments}"> View or leave a Comment</a>
{date_footer display="daily"}
This day's Categories: {categories backspace="1"}<a href="http://{path=site/blog}">{category_name}</a>, {/categories}
{/date_footer}
{/exp:weblog:entries}Here is a link to My Test Template
Mod Edit: Moved to the Technical Support forum.