Add Link
For my site (docmarketers.com), I would want to add a link to a webpage for each of the specialities listed (like Family Physician, Neurologist etc) when someone clicks on it. So how do I go about it ? Please do let me know.
Where and what code so I add here, so when someone clicks on the image or the word family physician a new webpage would open providing the required details ?
[divider height="25"]
<h5>Family Physician</h5>
Comments
To add link to these specialities you just need to close these titles in <a> tag.
This should look like this:
<a href="#">
In hashtag place put your url link.
Thanks