either change the field type to text and echo it out as you currently are or remove the tag and echo out the link as is:
<button class="claim-button"><?php echo CFS()->get( 'tracking_url' ); ?></button>
http://customfieldsuite.com/field-types/hyperlink.html
OR (and this would be my choice if I was you) Switch to ACF and use that for all your custom fields. in which case you would probably do this:
<button class="claim-button"> <a href="https://wordpress.stackexchange.com/questions/254506/<?php echo get_field("tracking_url'); ?>">Claim Bonus</a> </button>
Related Posts:
- Is it safe to store a user setting you don’t want the user to ever modify as a user option?
- Problem with serialized arrays in custom meta
- explode array within shortcode
- Can I count the number of users matching a value in a multiple value key?
- extend Meta Box / Document Panel
- Add multiple images to a page sidebar
- getEntityRecord without knowing the post type
- How to delete custom field “suggestions” from dropdown list
- How to get a meta value from all post
- Adding existing user custom field value to a woocommerce product [closed]
- How to save values of a custom input field on the Network > Site Info screen
- How to load php file for specific page in admin?
- How to set default metaboxes on user creation?
- Metabox nonce PHP notice
- ajax jquery update custom field meta value front end
- How to break meta values into different items and avoid duplicates?
- ajax delete value from custom field array
- Add input field to ‘Pages > Edit Page’ through functions.php
- How can I query on the year part of a complete date in a custom field?
- get_post_meta not working inside loop
- WordPress Custom Field Should be Unique. Is it possible?
- How do I exclude posts by custom field value?
- How to display Meta Field Value?
- Upcoming Event: How do I sort database by custom date field, but ignore past dates?
- What is the cleanest way to extract custom variables from a post
- Add source URL from Feed WordPress (Syndication) plugin to a custom field in post editor
- Orderby custom field meta value ASC and then by date DESC
- Sorting posts ordered by custom field value
- Odd PHP Code To Display HTML Of Meta Box [closed]
- strtotime and custom field value
- Unique Post Meta Values
- WP 3.1 meta_query for multiple custom field values
- Better way to save image in custom field
- Jetpack post types Portfolio or Testimonials support for custom fields?
- Merge Multiple Custom Fields into one New Custom Field for Searching
- Is there a better way to list all database terms alphabetically?
- Select multiple images from custom field
- Custom Fields – How to create a list from multi-line entries of a single value
- Unique meta_key with array value vs repeated meta_key with single values
- Custom Field 101
- custom field (video/audio url) and embed functionality
- Allow only one post with specific meta value
- Querying posts by latitude and longitude to build a Google Maps with several markers
- How to display childrens custom fields?
- Attach images to posts using custom fields (just paths to images already uploaded)
- how to display custom fields of post on a web page
- Changed PHP handler to DSO – weird custom fields problem [closed]
- How to fill custom fields with brackets in their key with add_post_meta()?
- Is there a way to set default custom fields when creating a new post?
- Front-End User Profile
- Add custom column for custom field
- ul list with only as many li’s as filled custom fields
- Displaying pages with a specific custom meta
- How to update user profile custom fields
- How can I output the custom fields wrapping with HTML
- put saved metabox values back into fields and then display on the front end
- How to hide post meta
- How to get custom image field of specific post id
- Custom field to array?
- How to sort by custom field value?
- Meta Box Plugin Cloned Fields – Multiple Foreach values
- How to update custom field of a posts in a particular category
- How to query posts by month based on date custom field?
- Custom field bug in WordPress 3.2
- Change word in woocommerce product category custom field
- get posts based on non-single metadata
- Problem with revisions only returning four results
- Convert author metadata to a custom field
- How to save multiple values with same meta_key, each value linked to another tag id
- Add forms dynamically in admin pages?
- Let any visitors delete a post if they know Id nr & password?
- Custom pages or Custom Posts
- get_avatar filter is not working as per requirement
- What WordPress “technology” would I use if I wanted subscribers to be able to mark pages with characteristics and notes?
- WordPress Admin – Automatically Sort Custom Posts by Custom Field Date Value in d-m-Y Fomat
- how can i show WordPress custom field data to my short code?
- searching by keywords in post’s metas or pagination links problem
- Permanently show Custom Fields in Editor
- open modal window
- a lot of custom fields
- Hide custom fields by user’s role
- Ordering posts by custom fields (Date)
- select user with all meta field and field value. I am use Below Query for this ,So any of know another way to fast query instead of below query?
- Retrieve Google API JSON data and store as WordPress Custom Fields
- update meta field value after
- PHP and Shortcode Combination
- meta_query ‘compare’ => ‘!=’ not working
- If metabox fields has content display content
- Display Data From This Custom Media Upload Meta Box?
- Custom fields and auto save
- Save values generated via API as custom meta fields
- Load code for custom fields only on admin pages?
- Custom field in a shortcode?
- Exclude empty fields from custom field calculation (Average)
- How to create Parent-Child relation for custom fields?
- Pagination not displaying correct number of pages
- How do i output images from URL’s added to the same custom field key
- Add Custom field under the post title [closed]
- Filter Query Post by Custom Fields(by date)
- Can’t sort custom column on user.php by number / meta_value_num?