My site is acting really strangely all of a sudden. I have a products weblog, with various products displaying in a sidebar. When I click the links in the sidebar, the resulting URL is formed correctly but the content always stays the same.
I have dynamic=“off.” And until today, everything’s been working fine. My site is live so I really need to fix this ASAP. The issue occurs on several areas, but you can see it here. Please help!
<h2>CDs</h2>
<p> (in order of most recent release)<br />
<ul><br />
{exp:weblog:entries weblog="products" dynamic="off" style="flat" limit="20" status="CD" disable="member_data|pagination|trackbacks"}<br />
<br />
<li><a href="http://{title_permalink=%22class=%22recordings_nav" title="{title}" class="recordings_nav">_ {product_thumbnail}</a></li><br />
<li><a href="http://{title_permalink=%22class=%22{if" class="{if segment_3==url_title}active {/if}recording_title">{title}</a></li><br />
{/exp:weblog:entries}<br />
</ul> </p>
<p> </p><h2>mp3 Downloads</h2>
<p> (in order of most recent release)<br />
<ul><br />
{exp:weblog:entries weblog="products" dynamic="off" style="flat" limit="20" status="Recordings" disable="member_data|pagination|trackbacks"}<br />
<br />
<li><a href="http://{title_permalink=%22class=%22recordings_nav" title="{title}" class="recordings_nav">_ {product_thumbnail}</a></li><br />
<li><a href="http://{title_permalink=%22class=%22{if" class="{if segment_3==url_title}active {/if}recording_title">{title}</a></li><br />
{/exp:weblog:entries}<br />
</ul>