Goal:
Display Author Specific Ad Categories on Author’s Page in a list.
Software :
Wordpress with the Classipress classifieds theme
Problem to solve:
With or without logging in you can go to this site http://ww.fuzegraphics.co.za/demo/musika
and click on any user which will display that users profile and the latest ads they have created
for example http://www.fuzegraphics.co.za/demo/musika/author/admin/
The Author’s page is controlled by the file author.php.
This page currently displays the latest ads created by the author/user by using the code from line 100 – 157 in the attached file.
It uses the custom taxonomy APP_POST_TYPE
I believe (but stand to be corrected) that the taxonomy we need to use in order to display ad categories is APP_TAX_CAT.
So to recap, on the Author’s page I need to display the Ad categories that a specific author has posted ads in and not all the Ad categories that every other user has posted in.