echo comicpress_display_comic_image("rss,comic", true);
is a valid usage, will check if there's a thumbnail for the post and use that, otherwise check the rss directory for an image, if can't find that, default to the comic directory.
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
the_widget('ComicPressLatestThumbnailWidget','title=Latest Comic&onlyhome=true');
New option in the thumbnail 'onlyhome' will allow someone to have the thumbnail only display in on the homepage if widget enabled, off it will display everywhere it's placed.
Since it's a widget it can be used in site design for placement of an alternate image to the comic i.e. lfgcomic
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>