[wp-hackers] Access the total number of pages of a multipage post or page out of the loop

John Bloch jbloch at olympianetworks.com
Fri Apr 30 15:55:50 UTC 2010


Ah. Right you are. My bad. This should work:

$pages = count( explode( '<!--nextpage-->', $wp_query->post->post_content ) );

On Apr 30, 2010, at 11:39 AM, Aldo Latino wrote:

> Il 30/04/2010 12:27, John Bloch ha scritto:
>> Try adding
>> 
>> global $numpages;
>> 
>> to your header file (or whatever function is generating the head tags you're
>> writing).
> 
> $numpages in <head> (i.e. outside the loop) is always empty, even if
> using global.
> 
> -- 
> Aldo Latino
> OpenPGP key: 4096R/0xA18E41E8 | bit.ly/keyDSA
> 84E2 2BC8 ABE3 DCC0 9F15  E511 4357 7ECD 4397 C730
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers



More information about the wp-hackers mailing list