KevinM1 Posted January 19, 2012 Share Posted January 19, 2012 I'm in a bit of a bind. I have to create some pagination for the blog, but I believe I'm running into the bug described here (http://wordpress.org/support/topic/archives-not-showing-nextprev-windows-only-crazy?replies=5), and I don't have authorization to fiddle with the server's php.ini file. So, I need to find a way to create pagination for the blog without having max_num_pages. Is that possible? I don't want to re-engineer the blog loop if I don't have to. Quote Link to comment Share on other sites More sharing options...
trq Posted January 19, 2012 Share Posted January 19, 2012 Looks like you can set the mysql.trace_mode via a call to ini_set. Does that help? Quote Link to comment Share on other sites More sharing options...
KevinM1 Posted January 19, 2012 Author Share Posted January 19, 2012 Looks like you can set the mysql.trace_mode via a call to ini_set. Does that help? No dice, issue remains. Someone on the WordPress Stack Exchange site mentioned that maybe the blog loop itself is messed up, but then promptly removed that answer. It's moot anyway since I signed a NDA, so I can't show the code. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.