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 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 to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘button template’ is closed to new replies.