very stumped.
{exp:channel:entries channel="body" dynamic="no" orderby="title" sort="desc"}
works fine. returns all entries.
{exp:channel:entries channel="body" dynamic="no" orderby="title" sort="desc" limit="5"}
returns nothing. I’m not sure what’s going on. Here’s the full code:
<div class="clear lightgrey_div">/div>
<div class="clear green_div">/div>
<div class="darkgrey_div footer t4">
<div>
<div class="whitetext left">
<a href="/index.php/main/about-us/">
about
</a>
<ul>
{exp:channel:entries channel="body" dynamic="no" }
{if footer_submenu=="About"}
<li>
<a href="/index.php/main/{url_title}/">
{title}
</a>
</li>
{/if}
{/exp:channel:entries}
</ul>
</div>
<div class="whitetext left ">
<a href="/index.php/main/our-wines/">
wines
</a>
<ul>
{exp:channel:entries channel="body" dynamic="no" orderby="title" sort="desc" limit="5"}
{if footer_submenu=="Wines"}
<li>
<a href="/index.php/main/{url_title}/">
{title}
</a>
</li>
{/if}
{/exp:channel:entries}
</ul>
</div>
<div class="whitetext left ">
<a href="/index.php/main/events/">
events
</a>
<ul>
{exp:channel:entries channel="body" dynamic="no" }
{if footer_submenu=="Events"}
<li>
<a href="/index.php/main/{url_title}/">
{title}
</a>
</li>
{/if}
{/exp:channel:entries}
</ul>
</div>
<div class="whitetext left ">
<a href="/index.php/main/trade-media/">
trade/media
</a>
<ul>
{exp:channel:entries channel="body" dynamic="no" }
{if footer_submenu=="Trade Media"}
<li>
<a href="/index.php/main/{url_title}/">
{title}
</a>
</li>
{/if}
{/exp:channel:entries}
</ul>
</div>
<div class="whitetext left textright">
<div>
search box
</div>
<div class="clear"></div>
<div class="greentext t3">
<a href="#">
About
</a>
|
<a href="#">
Wines
</a>
|
<a href="#">
Events
</a>
|
<a href="#">
Wine Club
</a>
|
<a href="#">
Trade/Media
</a>
|
<a href="#">
Shop
</a>
|
<a href="#">
Contact
</a>
<br />
Sweet Cheeks Winery 2012. All Rights Reserved.
<br />
1-877-309-WINE (9463) or 1-541-349-WINE (9463)
<br />
<br />
<a href="#" target="_blank">
Like us on Facebook
</a>
|
<a href="#" target="_blank">
Follow us on Twitter
</a>
</div>
</div>
<div class="clear"></div>
<div class="whitetext left">
<a href="/index.php/main/wine-club/">
wine club
</a>
</div>
<div class="whitetext left ">
<a href="/index.php/main/contact-us/">
contact
</a>
</div>
<div class="whitetext left t_5">
<a href="#">
shop
</a>
</div>
<div class="clear"></div>
</div>
</div>
