Is it possible to hide the content of a post footer on any page that has a Page Break?
I would like the post footer content appear only at the bottom of the last page of the post.
-Scott
Is it possible to hide the content of a post footer on any page that has a Page Break?
I would like the post footer content appear only at the bottom of the last page of the post.
-Scott
<?php if($page==$numpages) { /*post footer content code here;*/ } ?>
$page and $numpages are global wordpress variables
@alchymth, thank you, I will give that a try, and report results.
-Scott
This topic has been closed to new replies.