Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2007-02-10 11:36:42

ultramega
Member
Registered: 2006-02-26
Posts: 221

Alphabet list for articles

Is it possible to do ABC… styled navigation-list where user can click letter to get all articles starting with the letter? I did’nt find examples about that.

Is textpattern suitable for large collection of articles, meaning hundreds? That’s where the abc-list would be handy.

Offline

#2 2007-02-10 12:12:12

Dragondz
Moderator
From: Algérie
Registered: 2005-06-12
Posts: 1,538
Website GitHub Twitter

Re: Alphabet list for articles

Hi
The first idea i get when reading your post is by using custom field where you put the first letter of title, after that you create category ‘a’ , ‘b’, … ‘z’, and with <txp:article_custom customfieldname=“value” >
you test the category with <txp:if_category name=“a” >

There are others solutions without category by using GET in navigating list that work without creating categories, but the solution above is the most obvious and easy to work without knowing php code.

Hope it s useful.

Offline

Board footer

Powered by FluxBB