Upgrade broke my theme – here is the code
-
Upgrade to 2.8.2 broke the site. What shall I do.
<?php $size = 'large'; if ($images = get_children(array( 'post_type' => 'attachment', 'numberposts' => 1, 'post_status' => null, 'post_parent' => $post->ID,))) foreach($images as $image) { $attachment=wp_get_attachment_image_src($image->ID, $size); ?> <img src="<?php echo $attachment[0]; ?>" alt="" class="full"/> <?php } ?>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Upgrade broke my theme – here is the code’ is closed to new replies.