How to get the title of the item that is clicked on
Well, if you are intent on collecting the title of a post and inserting it into a hidden field, then you could use Javascript to easily grab the info. I enjoy using jQuery, so here is something you could do: 1) place the Title into a data attribute on the element that you want the … Read more