Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2010-05-12 10:58:34
- Eddie Foreman
- New Member
- Registered: 2010-05-12
- Posts: 2
Max number of menu items?
Hi All
Hopefully this is a quick question, as I’m new to Textpattern.
I have a section list (drop down menu) which contains 15 pages, but when I view the live site only the first 10 are displayed? If I view the navigation section all pages are shown? My menu form is:
<!— main navigation —>
<div id=“nav_main”>
<txp:variable name=“sec” value=’<txp:section />’ />
<txp:section_list
sections=“vajrayana-centre,weekly-classes,special-events,kadampa-buddhism,information”
default_title=’<txp:text item=“home” />’ include_default=“1” wraptag=“ul” break=“li” class=“tabs” active_class=“current”>
<txp:section link=“1” title=“1” class=’<txp:if_variable name=“sec” value=’‘<txp:section />’‘>current</txp:if_variable>’ />
<txp:article_custom section=’<txp:section />’ wraptag=“ul” sort=“title asc”>
<li><a href=”<txp:permlink />” <txp:if_article_id>class=“current”</txp:if_article_id>><txp:title /></a></li>
</txp:article_custom>
</txp:section_list>
</div>
<!— End —>
Thanks in advance
Eddie
Offline
Re: Max number of menu items?
Hi
txp:article and txp:article_custom had a limit attribute set by default to 10, add limit=“999” to your txp:article_custom and it will be ok
Cheers
Offline
#3 2010-05-12 11:15:54
- Eddie Foreman
- New Member
- Registered: 2010-05-12
- Posts: 2
Re: Max number of menu items?
Hi
Worked fine, and thanks for the quick response.
Eddie
Offline
Pages: 1