Forum Replies Created
-
AuthorPosts
-
tuckerjoenzMemberThanks for that, but still not getting it to work. Here is what I got now:
<?php $image_ids = get_post_meta($post_id, 'my_image'); foreach ($image_ids as $image) { $myupload = get_post_meta($image); echo '<img src="' . wp_get_attachment_url($myupload->ID) . '"/>'; print_r($myupload); // Displays all data } ?>I’m just wondering how to get the single.php to pull in upload images from any custom post type when clicking on the “view post” button to preview. Thanks!
tuckerjoenzMemberUPDATE: For stories (and all probably): when we try to override the publish date in quick edit, it erases Yoast SEO information (title, meta description)
tuckerjoenzMember@Kevin I could kiss you right now. LOL Thanks and that did the trick. I was confused on those fields thinking that’s what the ‘field’ needed to be set to for that type. Got it now though!
August 11, 2014 at 11:26 am in reply to: Custom Post Types saving a field to the list of custom post types #2203
tuckerjoenzMemberPerfect! Thank you Steve!
tuckerjoenzMemberAhh, ok got it! I just deleted those two. I knew it had to be something simple. Thanks @Steve
July 5, 2014 at 11:49 pm in reply to: Having issues creating a admin page with workflow tabs for forms #1965
tuckerjoenzMemberThanks Steve for the direction. Great stuff here. I’m new to wordpress but LOVE this plugin.
-
AuthorPosts