jopalle
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Plugins
In reply to: [Download Monitor] date of post/downloadi´ve solved it with this code
<?php echo get_the_date('d.m.Y', $dlm_download->get_id()); ?>Forum: Plugins
In reply to: [Download Monitor] date of post/downloadhi,
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();?>Forum: Plugins
In reply to: [Download Monitor] date of post/downloadperfect. thank you!
Forum: Plugins
In reply to: [WP FullCalendar] Tooltip with no contentsolved, i found it in event manager settings…
really no idea how i can solve this problem?
i forgot to write that the image for example on “home” should horizontally centered.
i solved to align it vertically at the top.
Viewing 6 replies - 1 through 6 (of 6 total)