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.
The topic ‘Data Table Customization’ is closed to new replies.