Hello,
I'm trying to figure out how i can place a variable in the content of my posts that is replaces on the fly when accessed via the RSS feed.
So for example, if the post body were:
"I am #####'s post body."
Then via an RSS url such as site.com/feed/bobby/ the content of the post body would print out like:
"I am bobby's post body."
(##### is replaced with the value "bobby")
Any input would be appreciated. thank you.