[Plugin: WP Get Post Image] Get Post Image Broken on 3.2.1
-
Hey! just dropping off a note to let you know that it doesn’t work on 3.2.1 either.
here’s a dump:
Warning: getimagesize(<path>/?page_id=9) [function.getimagesize]: failed to open stream:
and my full call:
<?php if(function_exists(‘wp_get_post_image’)){
$args = array(‘css’ => ‘alignleft’, ‘post_id’ => $page->ID );
echo wp_get_post_image( $args); }
?>ktnxbye!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: WP Get Post Image] Get Post Image Broken on 3.2.1’ is closed to new replies.