WP_Query and pagination AGAIN?
&reel=commercials?paged=2 That’s the problem at the end of that query string. You can’t start a query string twice so that ?paged=2 bit is being read as part of the reel parameter’s value. The question mark should be another & eg: ?author=2&reel=commercials&paged=2