domdeez
Forum Replies Created
-
Forum: Plugins
In reply to: [WP YouTube Lyte] Unlisted VideosWhen 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.
Forum: Plugins
In reply to: [Download Monitor] content and date in templatesThis 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
Forum: Plugins
In reply to: [Download Monitor] content and date in templatesI 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!
Forum: Fixing WordPress
In reply to: Post submission form with custom fields?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?
Forum: Fixing WordPress
In reply to: Multiple post types on home pageThanks. This worked.
$query = new WP_Query( array( 'post_type' => array( 'custom_post_type1', 'custom_post_type2', 'custom_post_type3', 'custom_post_type4' ) ) );Forum: Fixing WordPress
In reply to: Custom Event List; Don't Show Past Eventswork from this code http://pastebin.com/XWgUATrJ