I'm totally new to php and learning all this on the fly. I've added a number of optional fields and insert them into the Custom Template via code in my functions.php.
With trial and error, I have everything working and formatted the way I want.
However, I can't seem to figure out how to pull the actual name of a select option. It just prints the value. Can someone point me in the right direction?
I'm using this:
$post->post_content = "$post->post_content\n<i>$entry[3]</i>";
But it just prints the number.
Thanks in advance for the help.
Awesome plugin. Truly the best!