jbtirza
Member
Posted 4 months ago #
I am using my site to showcase items presented on a per post basis.
I would like to add a link so that people can email me for more info on the item with a subject containing the name of the post. I cannot find any plugin to solve this. How to do this?
Elieka
Member
Posted 4 months ago #
You could probably add a mailto link right in the single post template.
<a href="mailto:your-email@example.org&subject=<?php the_title() ?>">
jbtirza
Member
Posted 4 months ago #
Thanks for your reply!
However, it does not seem to have any effect.....(using MyGrid2)