I found this post through a search and it has the answer I was looking for… Thanks blueyez!
Great post. I have a follow-up question: What if I want to populate a variable with the permalink? If I call the_permalink();, then I automatically get an echo… which I don’t want. Here is what I’m trying to do (unsuccessfully):
$podPressContent .= '<a href="';
$podPressContent .= the_permalink();
$podPressContent .= '" title="Entire Post">Entire Post</a>';
Thanks for your help!
John