Author Page still links to listings instead of posts
I know there was a temporary solution to this and that still seems to work just fine but is there a reason why Vantage returns an authors listings and not posts on the author page? And it the temporary fix likely to cause problems latter?
Here is the fix I am using. I believe it was suggested by Dimitris but it was too long ago I can't remember;
You can fix this temporarily
1.open your 'vantage/functions.php'
2.edit the line
'new VA_Listing_Author;'
to
'//new VA_Listing_Author;'
My first tests show that it works.