• In the old version I had this code to show the downloads:
    <?php echo do_shortcode(get_post_meta($post->ID,'downloads',true)); ?>

    But in the new version, that code will show a Download link with the Filename and the number of downloads.

    But, I don’t want it to be a download link, I only want plain text and only the number of downloads.

    How can I get it to work?

    https://wordpress.org/plugins/download-monitor/

  • The topic ‘Show only downloads’ is closed to new replies.