Title: button template
Last modified: March 12, 2018

---

# button template

 *  Resolved [adefalco](https://wordpress.org/support/users/adefalco/)
 * (@adefalco)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/button-template/)
 * How do I modify this code so the buttons on this page only say Download and **
   not the title**? Thank you!
 * <?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 page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fbutton-template%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Harish Chouhan](https://wordpress.org/support/users/hchouhan/)
 * (@hchouhan)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/button-template/#post-10073490)
 * Hello,
 * You can remove the following line from above code and replace it with “Download
   File”
 * `<?php printf( __( ‘Download “%s”’, ‘download-monitor’ ), $dlm_download->get_title());?
   >`
 * I hope that answers your query. Let us know if you have any further questions.
 *  Thread Starter [adefalco](https://wordpress.org/support/users/adefalco/)
 * (@adefalco)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/button-template/#post-10073913)
 * Harish I can’t thank you enough, cheers!

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

The topic ‘button template’ is closed to new replies.

 * ![](https://ps.w.org/download-monitor/assets/icon-256x256.png?rev=3198936)
 * [Download Monitor](https://wordpress.org/plugins/download-monitor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/download-monitor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/download-monitor/)
 * [Active Topics](https://wordpress.org/support/plugin/download-monitor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/download-monitor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/download-monitor/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [adefalco](https://wordpress.org/support/users/adefalco/)
 * Last activity: [8 years, 3 months ago](https://wordpress.org/support/topic/button-template/#post-10073913)
 * Status: resolved