Reply
Tue 14 Apr, 2015 03:19 pm
I need to get the current post title from a wordpress post and send it to another page on a different domain when a button on the current wp page is pressed.
I understand that:
get_the_title()
gets the current title but how can I send it (in the exact same format) on a different domain/page using javascript ?