• I am using a query loop over post types that define downloadable guides. I want a download guide button on each guide shown in the loop to link to a specific URL that I have defined in an ACF field.

    I can get the link using MFB but I don’t know how to use it in a button for linking to the guide download location specific to each post.

    I am able to create Gutenberg Blocks using React I’d like to learn how to grab the info from MFB into one.

    • This topic was modified 6 months, 3 weeks ago by ashhhc.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Phi Phan

    (@mr2p)

    Hi @ashhhc,

    The free version of MFB does not support display an URL or a link as button. However, you can use custom code to display them in any format you want. You can learn how to write custom hook from the the plugin description page.

    The pro version supports this feature.

Viewing 1 replies (of 1 total)
  • The topic ‘Turning a URL or Link into a dynamic button’ is closed to new replies.