Hi Jordi,
I'm using Inline Pagelist for a site I'm testing, and I seem to be having a problem with the ipagelist_show_category() function.
If i use it twice on the same page with the same category:
<?php ipagelist_show_category(3,50,"Title"); ?>
<?php ipagelist_show_category(3,50,"Title2"); ?>
the second list shows the expected number of post minus the most recent one. Is this a bug, or am I doing something wrong in my code?
You can see what I mean here:
http://curve.org.uk/wptest/category/parent/child/
Thanks!
Pete