Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#13 2020-07-15 12:00:35

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

Re: count the number of articles

Kjeld wrote #324536:

How can I add a comma as a thousands separator for the resulting number?

“6,357 images” instead of “6357 images”

Try adding escape="number" attribute to the outputting tag.

Offline

#14 2025-08-07 06:14:24

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,223
Website GitHub Mastodon Twitter

Re: count the number of articles

I’m returning to this as I was experimenting with the evaluate tag which did not work as expected and returned nothing when using the snippet below.

<txp:evaluate query='<txp:article_custom section="projects,about,blog,texts,publications" pageby="1" status="live" pgonly escape="number" /> + <txp:article_custom section="projects,about,blog,texts,publications" pageby="1" status="sticky" pgonly escape="number" />' />

I know that the above can be achieved in a simpler way and it is not a real life experiment.


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#15 2025-08-07 07:00:51

jakob
Admin
From: Germany
Registered: 2005-01-20
Posts: 4,963
Website GitHub

Re: count the number of articles

Try removing escape="number" from your tags. According to the post above that adds a comma, which is probably throwing off the addition.


TXP Builders – finely-crafted code, design and txp

Offline

#16 2025-08-07 07:11:57

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,223
Website GitHub Mastodon Twitter

Re: count the number of articles

jakob wrote #340084:

Try removing escape="number" from your tags. According to the post above that adds a comma, which is probably throwing off the addition.

! ^^ that was it!


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

Board footer

Powered by FluxBB