<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">I'm working on a blog listing, and I'd like to include the first ten posts, then under it have "Older News..." and have it continue to list the rest of the blog postings under it. I'm using "blog with pagelist" which works OK except when I want listings 11+ different than 1-10.<DIV><BR class="khtml-block-placeholder"></DIV><DIV>In the pagelist template, I can explicitly match {$$PageCount} 1-10 with a conditional, but I can't really do 11-infinity. I guess I could do 11-20 then put a "list all" link to a search criteria....</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Is there a way to do greater than or less than for conditionals? This is awkward:</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>(:if [ equal {$$PageCount} "1" || equal {$$PageCount} "2" || equal {$$PageCount} "3" || equal {$$PageCount} "4" || equal {$$PageCount} "5" || equal {$$PageCount} "6" || equal {$$PageCount} "7" || equal {$$PageCount} "8" || equal {$$PageCount} "9" || equal {$$PageCount} "10" ] :)!!![[{=$FullName}|[+{=$Title}+]]]</DIV><DIV>(:include {=$FullName}:)(:ifend:)</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>But it's do-able.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Since there's no else, and there's no greater-than check, and the regex can only be used on pagenames.... I'm stuck at that point unless I do a similar (:if:) for 11-20 and not list 21+ explicitly (this might be WISE, because eventually there may be hundreds of pages in the blog...but it's a case where it does make this awkward).</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>So far, this is pure PmWiki -- no recipes.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Anyone have a clue? :)</DIV><DIV><BR><DIV> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Comic Sans MS" size="3" style="font: 12.0px Comic Sans MS">Crisses</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Comic Sans MS" size="3" style="font: 12.0px Comic Sans MS">----</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Comic Sans MS" size="3" style="font: 12.0px Comic Sans MS">well you got me working so hard lately, working my hands until they bleed,</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Comic Sans MS" size="3" style="font: 12.0px Comic Sans MS">if i was twice the man i could be, i'd still be half of what you need.<SPAN class="Apple-converted-space"> </SPAN></FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Comic Sans MS" size="3" style="font: 12.0px Comic Sans MS">still you lead me and i follow -- anything you ask you know i'll do.<SPAN class="Apple-converted-space"> </SPAN></FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Comic Sans MS" size="3" style="font: 12.0px Comic Sans MS">but this one act of consecration is what i ask of you --</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Comic Sans MS" size="3" style="font: 12.0px Comic Sans MS">(ringfinger) promise carved in stone, deeper than the sea.<SPAN class="Apple-converted-space"> </SPAN></FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Comic Sans MS" size="3" style="font: 12.0px Comic Sans MS">(ringfinger) sever flesh and bone and offer it to me<SPAN class="Apple-converted-space"> </SPAN></FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Comic Sans MS" size="3" style="font: 12.0px Comic Sans MS"><SPAN class="Apple-converted-space"> </SPAN>-- Nine Inch Nails, Ringfinger.</FONT></P> </DIV><BR></DIV></BODY></HTML>