Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2007-04-04 22:07:04

seshperankh
New Member
Registered: 2007-03-27
Posts: 6

Help with catagories

Hi. Hopefully, someone can help with this.
When I do a catagory list it works fine. However when I click a catagory I get a very limited number of articles.
Can someone help me find a way around this?

Offline

#2 2007-04-05 02:01:08

jm
Plugin Author
From: Missoula, MT
Registered: 2005-11-27
Posts: 1,746
Website

Re: Help with catagories

Could you explain your problem in more detail? When you click a category, you’re limiting the number of articles displayed to only the ones matching your category. So if you have 30 articles and 15 of those categorized as X, clicking the category list’s link to X would display 15 articles, not all 30.

Offline

#3 2007-04-05 16:15:14

els
Moderator
From: The Netherlands
Registered: 2004-06-06
Posts: 7,458

Re: Help with catagories

Maybe you’ve set a low limit for the articles to be displayed on your front page? You could do this:

<txp:if_category>
<txp:article limit="100" /> <!-- if we're on a category page -->
<txp:else />
<txp:article limit="5" /> <!-- if we're on the front page -->
</txp:if_category>

Offline

#4 2007-04-05 17:10:38

Mary
Sock Enthusiast
Registered: 2004-06-27
Posts: 6,236

Re: Help with catagories

FAQ

Offline

#5 2007-04-06 13:57:39

seshperankh
New Member
Registered: 2007-03-27
Posts: 6

Re: Help with catagories

Thank you both. Very much.
I apologize for not explaing very well. I should sleep more before posting.
What I meant is lets say I have 30 areticles in my catagory of General,
When I click General to saee whats there, I can only get 5 articles, which is what my default shoiwing is.
It does look as if Els has sent me just what I need.

Thank you.

Offline

Board footer

Powered by FluxBB