Search found 4 matches

by braaad
Tue Sep 07, 2010 11:47 pm
Forum: PHP - Code
Topic: Wordpress: How to paginate a list generated by PHP?
Replies: 6
Views: 938

Re: Wordpress: How to paginate a list generated by PHP?

Nice work-around! Going to present it to the client and see what they think. If they're not into it, I'll PM you regarding your rates. Thank you Jonah!
by braaad
Tue Sep 07, 2010 1:47 pm
Forum: PHP - Code
Topic: Wordpress: How to paginate a list generated by PHP?
Replies: 6
Views: 938

Re: Wordpress: How to paginate a list generated by PHP?

Ha ha, that's a great attitude! Well, since you asked, I have to admit it's basically my lack PHP coding fundamentals other than cutting'n'pasting, plugging in some values into an array, and basically stumbling around trial'n'error style till it works. The link you posted is great but honestly it's ...
by braaad
Mon Sep 06, 2010 10:11 pm
Forum: PHP - Code
Topic: Wordpress: How to paginate a list generated by PHP?
Replies: 6
Views: 938

Re: Wordpress: How to paginate a list generated by PHP?

Thanks for the link. I read through it thoroughly, tried to hack it to my needs and utterly failed :roll:
by braaad
Mon Sep 06, 2010 6:37 pm
Forum: PHP - Code
Topic: Wordpress: How to paginate a list generated by PHP?
Replies: 6
Views: 938

Wordpress: How to paginate a list generated by PHP?

'm using a Wordpress plug-in called WP Calendar to display a list of events. It's a plug-in that I activated in the admin and then added the PHP code below to my template file. Currently, the plug-in is set to display 20 events, however, I need to display 100+ events so I would like to paginate this...