Regarding the image, I am trying to display the website name and have it link to the website url, but am not sure how to do that. I tried doing:
<p><a href="http://<?php echo(types_render_field( "website-url", array( ) )); ?>"><?php echo(types_render_field( "website-name", array( ) )); ?></a></p>