Title: Implementing button
Last modified: March 6, 2020

---

# Implementing button

 *  [cheom](https://wordpress.org/support/users/cheom/)
 * (@cheom)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/implementing-button-2/)
 * Simply, how do I make a button (to put in templatera) that will link to the custom
   field with the URL…
 * I have tried everything, from shortcodes, to php plugins, but I haven’t been 
   able.

Viewing 1 replies (of 1 total)

 *  Plugin Author [Frederik Rosendahl-Kaa](https://wordpress.org/support/users/frederik-rosendahl-kaa/)
 * (@frederik-rosendahl-kaa)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/implementing-button-2/#post-12521036)
 * Hi [@cheom](https://wordpress.org/support/users/cheom/),
 * This plugin can do so that you can insert an element called “acf-vc integrator”
   into templatera where you can choose what field to take content from.
    Then you
   can use some css to style its output to look like a button.
 * It is also possible with a filter hook to change the output plugin made so that
   you can customize it to your needs. `add_filter ('acfvc_url', $output, $field,
   $post_id, 10, 3)`
 * Best regards
    Frederik

Viewing 1 replies (of 1 total)

The topic ‘Implementing button’ is closed to new replies.

 * ![](https://ps.w.org/acf-vc-integrator/assets/icon-128x128.png?rev=1450656)
 * [ACF-VC Integrator](https://wordpress.org/plugins/acf-vc-integrator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/acf-vc-integrator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/acf-vc-integrator/)
 * [Active Topics](https://wordpress.org/support/plugin/acf-vc-integrator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/acf-vc-integrator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/acf-vc-integrator/reviews/)

## Tags

 * [afc](https://wordpress.org/support/topic-tag/afc/)
 * [button](https://wordpress.org/support/topic-tag/button/)
 * [html](https://wordpress.org/support/topic-tag/html/)
 * [php](https://wordpress.org/support/topic-tag/php/)
 * [url](https://wordpress.org/support/topic-tag/url/)
 * [wpbakery](https://wordpress.org/support/topic-tag/wpbakery/)

 * 1 reply
 * 2 participants
 * Last reply from: [Frederik Rosendahl-Kaa](https://wordpress.org/support/users/frederik-rosendahl-kaa/)
 * Last activity: [6 years, 2 months ago](https://wordpress.org/support/topic/implementing-button-2/#post-12521036)
 * Status: not resolved