Viewing 5 replies - 1 through 5 (of 5 total)
  • april

    (@aprilmaynard)

    Did you find a solution to this, by chance?

    Thread Starter Mariusz Szatkowski

    (@motylanogha)

    Nope, it does not work with ACF so I used shortcodes.

    april

    (@aprilmaynard)

    I just posted something about this.

    Did you combine the shortcodes for ACF with WP Filebase?

    If so, can you show me how you accomplished it? I can’t get it to work.

    Thread Starter Mariusz Szatkowski

    (@motylanogha)

    No, I just treated these separately.
    WP filebase is not working as post types and does not use taxonomies.

    april

    (@aprilmaynard)

    I got it working with some help from a nice guy on the WordPress channel on IRC.

    The shortcode we came up with does not allow any sorting, but it works:

    <?php $value = get_field( “memos” ); echo do_shortcode(‘[wpfilebase tag=browser id=”‘. $value .'”]’);?>

    “memos” is the name of my ACF field.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Does it work with ACF?’ is closed to new replies.