Hi, I have a basic blog structure set up. In the sidebar I’ve embedded a template that lists recent comments from any post in that weblog. The following is in this embedded template:
<h3>Active Discussions</h3>
<p>{exp:comment:entries weblog="portal" limit="10" show_expired="no" dynamic="off"}</p>
<p>{name} posted on <a href="http://{comment_url_title_auto_path}">{title}</a><br />
on {comment_date format="%m/%d/%Y"}</p>
<p>{/exp:comment:entries}The problem is, even if a post from the weblog “portal” is expired, the comment will still show up on this list. No matter what I do, close the entry, turn off comments, expire the entry, expire comments, this list is still populated with comments from that entry. It appears in this case, the show_expired=“no” and dynamic=“off” aren’t playing together nicely. I would have to delete the entry for its comments to not show up here. Am I totally forgetting something or is this weird?
Any suggestions? Thanks!!!!
ExpressionEngine 1.6.9
Build: 20100805