Title: dcallaghan's Replies | WordPress.org

---

# dcallaghan

  [  ](https://wordpress.org/support/users/dcallaghan/)

 *   [Profile](https://wordpress.org/support/users/dcallaghan/)
 *   [Topics Started](https://wordpress.org/support/users/dcallaghan/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dcallaghan/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dcallaghan/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dcallaghan/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dcallaghan/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dcallaghan/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Download Monitor] Removal of blue box!](https://wordpress.org/support/topic/removal-of-blue-box/)
 *  [dcallaghan](https://wordpress.org/support/users/dcallaghan/)
 * (@dcallaghan)
 * [8 years ago](https://wordpress.org/support/topic/removal-of-blue-box/#post-10359621)
 * I too would like to know how to customize the button. Any chance you can make
   the solution you come up with for slshimerdla public so others can use it?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Download Monitor] Filename without download count](https://wordpress.org/support/topic/filename-without-download-count/)
 *  [dcallaghan](https://wordpress.org/support/users/dcallaghan/)
 * (@dcallaghan)
 * [8 years ago](https://wordpress.org/support/topic/filename-without-download-count/#post-10359604)
 * I got it to work by copying content-download-button.php to content-download-simple-
   button.php and removing the codes for count and file size as follows:
 * <?php
    /** * Download button */
 * if ( ! defined( ‘ABSPATH’ ) ) {
    exit; } // Exit if accessed directly
 * /** [@var](https://wordpress.org/support/users/var/) DLM_Download $dlm_download*/
   ?
   > <p>the_download_link(); ?>” rel=”nofollow”> <?php printf( __( ‘Download “%s”’,‘
   download-monitor’ ), $dlm_download->get_title() ); ?> </p>
 * The pages contain the following shortcode:
    [download id=”1302″ template=”simple-
   button”]

Viewing 2 replies - 1 through 2 (of 2 total)