Get Post Image

Plugin Status Stable
Author Andrew Grant Version 1.0
Plugin Home Visit Author Homepage Visit
Download Visit Plugin License GPL
Description :
Display or return an images contained within posts


Display or return an images contained within posts

Similar Plugins

One Response to “Get Post Image”

  1. Dwayne Moore Says:

    Andrew,

    Thank you for this plugin. Because I am not versed in code, I have no idea how or where to insert the code you give as examples on your site. I want to show 6 pics at once in my sidebar. I’ve placed your code into sidebar.php as shown below:

    query_posts(’category_name=resources&showposts=6′);
    while(have_posts())
    {
    the_post();
    $image_tag = gpi_get_image(0,”http://www.myserver.com/default.jpg”);
    $url = get_permalink();
    echo “$image_tag“;
    }
    ?>

    For some reason this completely closes down my sidebar - ie, the sidebar completely disappears. What am I doing wrong? Please help! Thanks so much.

    Dwayne

Leave a Reply