PostsInCategory 1669 limit?
-
I implemented the wordpress plugin PostsInCategory and it has worked well until I loaded all 10,000+ error messages for the Oracle database and tried to load them on a page using the PostsInCategory plugin. It displayed 1,000 results. After looking into the plugin I found this line:
$query = ‘order=ASC&orderby=post_title&numberposts=1000&category=’ . $cat_ID;
and edited it only to find the page would not load if the value is set above 1669. Is there any reason for this, or a work around that someone knows of? The page I am working with is:
http://www.dbaplace.com/oracle-errors/
Any help is very much appreciated. Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘PostsInCategory 1669 limit?’ is closed to new replies.