Hi Kor,
I just basically use geodir_show_listing_info()
echo geodir_show_listing_info();
That’s it.
The behavior before was it will display the necessary details. But now it does not do anything. I use it in a custom function I made and add it the the details page FILTER/HOOK.
Since this issue was very urgent for us, I needed to make a fix ASAP. I created my own function and used some of the codes on the OLD geodir_show_listing_info() function so I can display the details I need. Mostly it used $post->post_address, $post->geodir_contact, etc. and echo it.
I resolved my issue but with my own function. It will not rely on Geodirectory updates anymore UNLESS you guys will change database, etc.
Hi Paolo,
1. My question now is that in the current version of Geodirectory(1.6.1) can you ever use
echo geodir_show_listing_info();
to display details of the POST?
2. What should I expect to happen if I use
echo geodir_show_listing_info();
?
Thanks guys. Cheers.