| bio | website | pressedweb.com |
|---|---|---|
| location | Ironton, OH | |
| age | 28 | |
| visits | member for | 1 year, 1 month |
| seen | Mar 30 '12 at 4:16 | |
| stats | profile views | 2 |
|
Jan 22 |
awarded | Popular Question |
|
Jan 14 |
awarded | Student |
|
Mar 29 |
comment |
Multiple WP_Query loops with Pagination Seems to work perfect. Thank you sooo much Boone! You're an Ivy League genius. :D Out of curiosity, how does that 'add_args' parameter work exactly? I looked at the Codex but it's not very specific. |
|
Mar 29 |
comment |
Multiple WP_Query loops with Pagination Here's the bug I'm getting: screenr.com/tmS8 Here's my code (same bug with your verbatim code): paste.pocoo.org/show/573351 |
|
Mar 29 |
comment |
Multiple WP_Query loops with Pagination Ah crap. Care to keep fighting this with me? :) After testing your version I noticed it doesn't go back to page 1. It gets stuck on page 2. Also, when you click on a different page, it resets the other loop. Is it possible to chain these $_GET variables together so it remembers foo.com/?paged_1=2&paged_2=3 ? |
|
Mar 29 |
awarded | Scholar |
|
Mar 29 |
comment |
Multiple WP_Query loops with Pagination Awesome Boone! Thanks so much, works great. Time to study it thoroughly. The weird WP_Query stuff was from this 2008 article: weblogtoolscollection.com/archives/2008/04/19/… I figured maybe the get_query_var was fetching the same var, but didn't have the brain to get it directly with $_GET. Again, thanks a lot man. Been fighting with this forever. |
|
Mar 29 |
accepted | Multiple WP_Query loops with Pagination |
|
Mar 29 |
comment |
Multiple WP_Query loops with Pagination Thank you so much for replying Boone. I see what you're saying, but whenever I try to change the get_query_var, it throws an error. Here's the updated code: paste.pocoo.org/show/573208 The error: Call to a member function get() on a non-object in C:\wamp\www\wordpress_wp_query_pagination\wp-includes\query.php on line 27 |
|
Mar 29 |
asked | Multiple WP_Query loops with Pagination |