I am using the image field type and would like to know if there is a way to add a url field to the image so that it links to content within the site. – Similar to how WordPress images allow you to do this. I am experienced in PHP and CSS. thank you!
Basically you need to create two separate fields, one for the image and one to hold the link. Then on the front end you can build the link around the image using he value from your url field.
do you have an example of how to add a banner-link and banner-name fields that show in every page of a theme?
@newlife07,
That would be better handled by using an options page. Either ACF Pro version or if your using ACF4 then http://www.advancedcustomfields.com/add-ons/options-page/.
With this you can create a “Theme Options” option page and create fields on it that are easily accessed from header.php.