Support » Plugins » Search Light Images from post_thumnail

  • robinvd

    (@robinvd)


    Hey all,

    To get some kind of Apple search ajax function, im trying to use borth the Search Light and simple-post-thumbnails plugin.

    I’m using the following code, wich aint working.

    echo '<img src="" />' '<a href="'.get_permalink($row['ID']).'" >'.$row['post_title'].'</a><br />';

    I’ve got this from the form, but how do I implant it?!
    <?php echo p75GetThumbnail($post->ID, 200, 150); ?>' alt='post thumbnail' />

    The problem is, I don’t know how to get the link from the image. Does anyone know how I can put these to sample of codes together?

  • The topic ‘Search Light Images from post_thumnail’ is closed to new replies.