Image Hyperlinks
WordPress Plugin Staff List – Image Hyperlinks
To make photos clickable, add hyperlinks to your staff images.
- Image hyperlinks are optional.
- In most cases they will direct your users to the single pages.
- You can use global settings (staff template) to auto create image hyperlinks.
- You can also manually add them to individual records (staff members).
- Different page types require different hyperlinks. See: Single page types.
Image links to built-in dynamic single pages.
Most of the time you’ll be adding this type of image hyperlinks.
Template Options > Single Page Options
- Single Page URL. Required, see: Create Single Page.
- Show Link = Yes.
- Link Text. Add some text or leave it empty. It creates text hyperlink.
- Add link to staff image. Checked.
- Open in a new tab or window. Checked or unchecked.
Staff member record – Image Link.
Image hyperlinks have been added as a global option (see above).
SP will show up as a default value. Staff images are clickable and will open single pages.
NT SP if Open in a new tab or window has been checked.
Link an image to a Single Page
To create an image link to built-in Single Page:
- Go to: Image > Image Link
- Enter: SP
Open the link in a new tab
To open a link in a new tab, add prefix NT to the link. There should be a space between NT and the URL. Example: NT SP
Link attributes
You can add nofollow and other hyperlink attributes.
Example:
rel="nofollow"
You can add multiple attributes and attributes with multiple values. Staf List won’t validate, format or fix the syntax. Content of the attributes field will be rendered as is.
Link onClick JS
You can add JavaScript code snippets to onClick event.
Staf List won’t validate, format or fix the syntax. Field content will be rendered as is
onclick="ga(‘send’, ‘event’, ‘category’, ‘action’, ‘label’, ..."
p20869