Title: Data Table Customization
Last modified: August 31, 2016

---

# Data Table Customization

 *  [andyt1980](https://wordpress.org/support/users/andyt1980/)
 * (@andyt1980)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/data-table-customization/)
 * Hi,
 * I would like to make some customizations to the data table shown when using the[
   wpdm-all-packages”] shortcode.
 * I have setup the download-manager folder in my child theme and uploaded the wpdm-
   all-downloads.php file.
 * I want to be able to make the post title a download link for the file, it currently
   links to the file’s post page.
 * I have tried replacing:
 * `<a class="package-title" href='<?php echo the_permalink(); ?>'><?php the_title();?
   ></a>`
 * with
 * `<a class="package-title" href='<?php echo $download_link; ?'><?php the_title();?
   ></a>`
 * But this creates a seperate link titled **Download** next to the post title, 
   I want the link to use the **post title**.
    Is this possible?
 * Also, is it possible to have another column which displays the filesize?.
 * Thanks.
 * [https://wordpress.org/plugins/download-manager/](https://wordpress.org/plugins/download-manager/)

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

 *  Thread Starter [andyt1980](https://wordpress.org/support/users/andyt1980/)
 * (@andyt1980)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/data-table-customization/#post-7402859)
 * Any help much appreciated.
 *  Plugin Author [Shahjada](https://wordpress.org/support/users/codename065/)
 * (@codename065)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/data-table-customization/#post-7402891)
 * Please use:
 *     ```
       <a href="<?php echo Package::getDownloadURL(get_the_ID()); ?>"><?php the_title(); ?></a>
       ```
   

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

The topic ‘Data Table Customization’ is closed to new replies.

 * ![](https://ps.w.org/download-manager/assets/icon-256x256.png?rev=1561688)
 * [Download Manager](https://wordpress.org/plugins/download-manager/)
 * [Support Threads](https://wordpress.org/support/plugin/download-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/download-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/download-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/download-manager/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Shahjada](https://wordpress.org/support/users/codename065/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/data-table-customization/#post-7402891)
 * Status: not resolved