Forums
(@domdeez)
4 years, 3 months ago
When I switch my You Tube videos from Public to Unlisted they do not appear. Can you confirm that you have successfully tested the display of an unlisted You Tube video either by channel or playlist – not interested in single video displays.
10 years, 8 months ago
This will get the post date to display in a reasonable format.
<?php echo date(‘F j, Y’, strtotime($dlm_download->post->post_date));?>
Turns this: 2014-03-18 17:19:39
Into this: March 18, 2014
I added <?php echo $dlm_download->post->post_date; ?> to a template file and it pulled the date.
How can i get it formatted properly, with no time.
2014-03-18 17:19:39 to March 18, 2014
I’ll look into Option 1. Option 2, the default method, isn’t available to me because the domain is in use for another purpose. Thanks!
11 years, 11 months ago
I have the same issue. Does anyone know of a plugin with this feature?
A plugin similar to this one.
Does anyone know of a plugin that allows you to create custom fields and display them with some flexibility?
12 years, 8 months ago
Thanks. This worked.
$query = new WP_Query( array( 'post_type' => array( 'custom_post_type1', 'custom_post_type2', 'custom_post_type3', 'custom_post_type4' ) ) );
work from this code https://pastebin.com/XWgUATrJ