Hi enejb
You've helped me in the past with a couple of issues and was hoping you could again.
I'm posting here becuase this is 'close' to the type of issue I'm having. I think.
I have a contact list and some of those contacts (not all) have biography pages elsewhere in the wordpress site. I'd like to link to those pages for some of the people.
However, like helphelpmehonda I'm getting strange URLs returned, or having the 'before element being incorporated into the URL thus breaking it.
Here are a few test I tried;
<div class ='user-info'><a href="%website%">Bio</a></div>
<div class ='user-info'><a href="http://%website%">Bio</a></div>
<a href="%website%"><div class ='user-info'>%website%</div></a>
If I don't include the a href I don't get the hyper link.
I mentioned that not all of the contacts have biographies becuase whilst I can code in 'Biog' in to the template it will simply appear in all instances with a link to the root page.
Can you help this idiot?