How to modify the single as listing template
I am trying to get shareaholics plugin to work and I am having to manually add the code into the theme files. I want it to display after each ad on the ad detail single ad page. What file do I have to modify to get this to work. I can't seem to find the right spot. Thanks
the code is ;
<?php if(function_exists('selfserv_shareaholic')) { selfserv_shareaholic(); } ?>
I want to insert where it is shown on the attached image.
screenshot.png
Also, what is the ad reference id for? Do the users really have to see that for anything? Can I remove it?
Thanks