Wondering if anyone knows if there is a variable for a twitter username? e.g. $twitter_username
I am trying to pull the value into a simple script with the following method but the value isn't correct.
<a id="twittericon" target="_blank" href="http://twitter.com/<?php echo avia_get_option('twitter'); ?>">Twitter User</a>
I think with the Choices theme the entire URL is used? But can't figure out how to break it out so I can use it in other places and not add an extra option to the GUI e.g. $username = avia_get_option('twitter');
Thanks for any input!
Kevin














