Thread Starter
rguan
(@rguan)
Thanks for the code, finally sort it out with:
<?php
echo wp_dlm_get_total_downloads();
?>
Thanks a lot! 🙂
Thread Starter
rguan
(@rguan)
You should change the theme folder name to the same as the theme name.
Could you let me know your site URL and which you are using so that I can check for you?
Thread Starter
rguan
(@rguan)
Fixed the issue:
change:
‘mods_’.get_current_theme();
to:
‘theme_mods_’.get_current_theme();
Thread Starter
rguan
(@rguan)
Any one have similar problem?