Title: Attribute with link
Last modified: August 21, 2016

---

# Attribute with link

 *  Resolved [Biketrading](https://wordpress.org/support/users/biketrading/)
 * (@biketrading)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/attribute-with-link/)
 * How do i make a attribute with a link to another website in a new window?
    I 
   have been creating a attribute: #_ATT{Link}
 * but then i click on the attribute in my single event side, it thinks its at page
   inside my own website.
 * If I haven’t been clear enough see it live here:[http://biketrading.dk/events/hittegodsauktion/](http://biketrading.dk/events/hittegodsauktion/)
 * Lars
 * [http://wordpress.org/plugins/events-manager/](http://wordpress.org/plugins/events-manager/)

Viewing 10 replies - 1 through 10 (of 10 total)

 *  Plugin Support [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * (@angelo_nwl)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/attribute-with-link/#post-4321058)
 * try something like
 *     ```
       <a href="#_ATT{link}">#_ATT{link_label}</a>
       ```
   
 *  Thread Starter [Biketrading](https://wordpress.org/support/users/biketrading/)
 * (@biketrading)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/attribute-with-link/#post-4321070)
 * it just make an empty space without showing the attribute
 *  Plugin Support [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * (@angelo_nwl)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/attribute-with-link/#post-4321071)
 * did you change #_ATT{link} to your attribute name?
 * eg. #_ATT{Link}
 *  Thread Starter [Biketrading](https://wordpress.org/support/users/biketrading/)
 * (@biketrading)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/attribute-with-link/#post-4321089)
 * yes i did, and it don’t seems to work :/
 *  Plugin Support [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * (@angelo_nwl)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/attribute-with-link/#post-4321094)
 * another thing is to replace attribute #_ATT{link_label} with something else.
 * eg.
 *     ```
       <a href="#_ATT{link}">Test Link</a>
       ```
   
 *  Thread Starter [Biketrading](https://wordpress.org/support/users/biketrading/)
 * (@biketrading)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/attribute-with-link/#post-4321110)
 * what your is suggestion still don’t want to open in another window, and still
   think it is a thing in my events manager. I still can’t have my attributes value
   to stand on the event page, as i want to.
 *  Plugin Support [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * (@angelo_nwl)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/attribute-with-link/#post-4321111)
 * oh! try to add target=”_blank”
 * `<a href="#_ATT{link}" target="_blank">Test Link</a>`
 *  Thread Starter [Biketrading](https://wordpress.org/support/users/biketrading/)
 * (@biketrading)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/attribute-with-link/#post-4321127)
 * Yes this solved half of my problem! thank you!
    But I’m still having trouble 
   with where the link send me: this is my code `<a href="#_ATT{Link}" target="_blank"
   >#_ATT{Link}</a>` but it send me to [http://biketrading.dk/events/hittegodsauktion/www.oj-auktion.dk](http://biketrading.dk/events/hittegodsauktion/www.oj-auktion.dk)
   which do not exist, and i would like to send them to [http://www.oj-auktion.dk](http://www.oj-auktion.dk)
 *  Plugin Support [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * (@angelo_nwl)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/attribute-with-link/#post-4321130)
 * don’t forget to add `http://` in your custom attribute or inside the snippet 
   above.
 *     ```
       <a href="http://#_ATT{link}" target="_blank">Test Link</a>
       ```
   
 *  Thread Starter [Biketrading](https://wordpress.org/support/users/biketrading/)
 * (@biketrading)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/attribute-with-link/#post-4321134)
 * Thank you so much!! That was exactly what my problem was! I totally forgot it
   but I appreciate that you took the time to solve my problem!

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Attribute with link’ is closed to new replies.

 * ![](https://ps.w.org/events-manager/assets/icon-256x256.png?rev=1039078)
 * [Events Manager - Calendar, Bookings, Tickets, and more!](https://wordpress.org/plugins/events-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/events-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-manager/reviews/)

 * 10 replies
 * 2 participants
 * Last reply from: [Biketrading](https://wordpress.org/support/users/biketrading/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/attribute-with-link/#post-4321134)
 * Status: resolved