dashed-slug.net › Forums › General discussion › Static Wallet Shortcode Balances not showing › Reply To: Static Wallet Shortcode Balances not showing
July 2, 2019 at 8:20 am
#6565
alexg
Keymaster
Hello,
How are you calling the shortcode?
I tried this and it works:
<?php echo do_shortcode( '[wallets_balance template="static" symbol="BTC"]' ); ?>
Also, could it be that the user you are displaying has 0 balance? If so, then what you show in the screenshot is the expected output.
Let me know please.