Is there a way to add the email address of the “place” on the full detail page – I currently have a phone number, address and “send enquiry” in the sidebar – but I’d ideally like the email address in here.
I found the code “function geodir_detail_page_more_info()” inside geodirectory_hook_actions.php but not sure how to add the email to the $content_html or how to place it in between the address and “send enquiry” link.
Thanks,
Garry.
echo "<i class="fa fa-envelope"> ".$post->$type['htmlvar_name']."</i>";
after this
case 'email':
downside: you will have to do that every time there is a GD update
]]>