hi,
thank for your help, but i just saw that your code doesn′t solve my problem.
the output of “echo get_the_date()” is the date of the “PAGE” and not of the Download.
can you please have a look at my code and tell me if it is possible to show the date of the “download/file”!?
Thank you
<a class="download-link" title="Datei herunterladen bzw. in neuem Fenster ?ffnen" href="<?php $dlm_download->the_download_link(); ?>" target="_blank">
<?php $dlm_download->the_title(); ?>
</a> <span class="filesize">(<?php echo get_the_date(); ?>, <?php $dlm_download->the_filesize(); ?>)</span><br /><?php $dlm_download->the_short_description();?>