I\’m using a text box in my form and have it selected as URL. I have Wordpress set to automatically link but It would be nice to be able to use tags on the link or to describe the link and have it go to a site.
Instead of it looking like this:
I would like to be able to do use anchoring text like this:
Check out GeekGazette in order to post about your tech blog.
Supposedly search engines rank these links higher if there are keywords in the anchor.
I\’m new to the forms so I could also use a critique. I have not done anything beyond dropping in form widgets.
Thanks for looking.
Yes, still an issue.
This is how it is now. A user submits the form and puts a link in the custom field. The text shows the correct link, http://link.com, but the actual hyperlink is the title of the form. I swear I had this working at one time. Do I need to swap value and title?
Thanks for your help.
Here is what I have in the custom form. My previous post didn’t show it correctly
here is an option in the Custom Field “Append Custom Field to Post Content” and if you then set the “Format to use” to something like:
=============
Text Link Forum
Mark Cunningham
Administrator
February 17th, 2009 at 2:23 pm
There is an option in the Custom Field “Append Custom Field to Post Content” and if you then set the “Format to use” to something like:
<a href='%%VALUE%%'>This is a link</a>Or do you need something more complicated?
Permalink | Quote