Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

  1. Index
  2. » How do I…?
  3. » pages

#1 2008-04-06 22:52:22

Ruhh
Member
From: dakota dunes
Registered: 2008-01-20
Posts: 305

pages

using this code:

<txp:php>
echo safe_count('txp_category', "type='article'") - 1;
</txp:php>

how would i change it in order to show total number of pages?

Last edited by Ruhh (2008-04-06 22:52:56)


<txp:Ruhh />

Offline

#2 2008-04-06 23:21:27

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

Re: pages

I’m assuming you mean articles:

echo safe_count('textpattern', 'Status = 4');

But if you really mean page templates:

echo safe_count('txp_page', 'user_html != ""');

Offline

#3 2008-04-07 03:18:34

Ruhh
Member
From: dakota dunes
Registered: 2008-01-20
Posts: 305

Re: pages

ah, that was helpful! one last thing, how about the counting of total comments?


<txp:Ruhh />

Offline

#4 2008-04-07 03:43:44

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

Re: pages

echo safe_count('txp_discuss', 'visible = 1');

Offline

  1. Index
  2. » How do I…?
  3. » pages

Board footer

Powered by FluxBB