Hello, I want to include a button in a table that when clicked searches the post title (wordpress) in google. I got this so far:
[php]
$content .= “
I think I am close but this when the image is clicked searches for (in google):
’ . get_the_title() . ’
So it is taking the ’ . get_the_title() . ’ part literally instead of looking up the title and adding the result… anyone knows how to help ?