it must be opposite day!
Here is my full weblog:entries loop:
{exp:weblog:entries weblog="listings" disable="category_fields|member_data|trackbacks" rdf="off" limit="9" paginate="bottom"}
{if no_results}
{no_listings}
{/if}
<div class="productAreaBox">
<div class="image">
{if cf_listings_image1}<a href="/listing/{url_title}">_ {exp:ed_imageresizer_ image="{cf_listings_image1}"_ maxWidth="180"_ class="myimgclass"_ alt="{title}"}_ </a>{/if}
</div>
<h4><a href="/listing/{url_title}" title="{title}">{title}</a></h4>
<p> {categories}<a href="/buy/{category_url_title}">{category_name}</a>{/categories}<br />
{exp:format_price price="{cf_listings_price}"}<br />
</div><br />
<br />
{paginate}<br />
{if "{total_pages}" != 1}<div class="pag-temp">Page {current_page} of {total_pages} pages {pagination_links}</div>{/if}<br />
{if "{total_pages}" == 1}<br />
[removed]<br />
$('td.display').empty();<br />
[removed]{/if}<br />
{/paginate}<br />
{/exp:weblog:entries}even when I pare it down to this, I still get 9 no results messages with the titles…
{exp:weblog:entries weblog="listings"}
{if no_results}
hello<br>
{/if}
{title}
{/exp:weblog:entries}Even just this code on its own template is showing the same thing. EE 1.6.9 20100415
this might be the craziest thing i’ve seen in 67 years of EE coding.