Re: search result Icon don't appear
Thank you. Fixed for the next version. If you want to fix your version, just compare the index.php page and search.php pages.
In both pages, you'll see <span class="image">. You'll want to copy the whole block over from index.php to search.php starting from
<?php if ( get_option('main_page_img') == "yes" ) { ?>
and then ending at echo
"</span>";
} ?>
Everyone else, this fix is only necessary in v2.8.2 or earlier if you use the category icons instead of the first picture thumbnail.