• I am trying to modify a templet to just show the Title and the image.
    I know what the code would be for just the title

    $readable .= '<div class="title"><a '.$openWindow.' href='.$items["mylink"].' title="'.$items["mytitle"].'" '.($noFollow==1 ? 'rel=nofollow':'').'>'.$items["mytitle"].'</a>';

    But I cant seem to get it to show the image as well.

    Any help would be grerat

    http://wordpress.org/extend/plugins/wp-rss-multi-importer/

The topic ‘just image and title’ is closed to new replies.