Hello,
I need to know how to do something, i would think to be somewhat basic. I will set this up, and link to the live site where this example can be found.
I have a website that is dynamically pulling channel data to create a list of ‘personnel’ associated with the industry this website is directed at. For each ‘personnel’ page, you can view each personnel as an individual page, ex http://www.onami.us/index.php/Terri_fiez
or in a table that displays the full list of personnel, (ordered by last name) http://www.onami.us/index.php/nano-network/contact_a_researcher.
When entering a new ‘personnel’ page. there are of course multiple fields for name / last name / bio / specialty / image / email / etc .
What i need to be able to do, is IF the person does not have a website to fill in in the field for that channel, then the link for that persons
website should not show up on the individual page. ex http://www.onami.us/index.php/Robert_bass You see that there is a link at the bottom of this page to click on his link.
How do I tell EE that if there is no website entered into the website field for that entry, then DO NOT display the line of code in page template -
<a href="http://{website}" target="blank" rel="noopener"> <h3>Visit this researcher's website HERE</h3></a>Any help is appreciated.
Ed