Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2012-09-04 06:26:31

husainhk
Member
From: Dubai, UAE
Registered: 2007-08-12
Posts: 105
Website

Custom Order of Category Links

Hi,

A linked category list is sorted alphabetically, is it possible to sort them manually, similar to how the esq_sectionsort plugin does?

Cheers,
Husain

Offline

#2 2012-09-04 06:54:03

etc
Developer
Registered: 2010-11-11
Posts: 5,397
Website GitHub

Re: Custom Order of Category Links

To some extent, yes, if you manually order the names.

<txp:etc_query data='["cat1","cat4","cat3"]' markup="json">
  <txp:category name="{?}" link="1" />
</txp:etc_query>

Edit: silly me, <txp:category_list categories="cat1,cat4,cat3" /> does the same.

Last edited by etc (2012-09-04 06:57:34)

Offline

#3 2012-09-04 07:17:01

husainhk
Member
From: Dubai, UAE
Registered: 2007-08-12
Posts: 105
Website

Re: Custom Order of Category Links

Thanks Oleg! I guess this would be good if the number categories are fixed on the site. Any ideas on what if the categories are dynamic, added/modified/deleted by the admin?

Offline

#4 2012-09-04 07:28:17

etc
Developer
Registered: 2010-11-11
Posts: 5,397
Website GitHub

Re: Custom Order of Category Links

Then what do you mean by “sort them manually”? Sorting them by id?

Offline

#5 2012-09-04 07:44:16

etc
Developer
Registered: 2010-11-11
Posts: 5,397
Website GitHub

Re: Custom Order of Category Links

I do not know if a plugin similar to esq_sectionsort exists for categories, sorry. If you need a central place to define the sort order, you could use adi_variables, define a variable custom_sort, with a value like cat1,cat4,cat3, then use

<txp:category_list categories='<txp:variable name="custom_sort" />' />

Offline

#6 2012-09-04 08:28:32

etc
Developer
Registered: 2010-11-11
Posts: 5,397
Website GitHub

Re: Custom Order of Category Links

According to this post, a category version of esq_sectionsort should be ready soon.

Offline

Board footer

Powered by FluxBB