Add this to the functions.php page to get the pagination working properly.
function set_author_post_type($query) {
//$post_type = ad_listing;
if ($query->is_author) {
...
Add this to the functions.php page to get the pagination working properly.
function set_author_post_type($query) {
//$post_type = ad_listing;
if ($query->is_author) {
...