Quantcast
Channel: WordPress.org Forums » [WP-Filebase Download Manager] Support
Viewing all articles
Browse latest Browse all 1341

april on "[Plugin: WP-Filebase Download Manager] Does it work with ACF?"

$
0
0

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 all articles
Browse latest Browse all 1341

Trending Articles