php - Wordpress - show downloads counter in the homepage for the posts separately -


i using wordpress 4.4.1 grid system displaying posts on homepage, using simple download monitor plugin working fine inside of posts.now want show downloads counter each post in homepage.

 $db_count = sdm_get_download_count_for_post($id); echo $db_count; 

i tried using display counter shows 0

please share ideas did wrong. thanks....

you can use following shortcode show download counter of of files manage using plugin:

[sdm-download-counter id="x"]
x id of downloadable file in question.

you can find complete documentation here.
https://www.tipsandtricks-hq.com/simple-wordpress-download-monitor-plugin


Comments