Results 1 to 3 of 3

Thread: search result Icon don't appear

  1. #1
    Thread Starter
    Veteran sonnycool's Avatar
    Join Date
    Mar 2009
    Location
    Malaysia
    Posts
    308
    Thanks
    32
    Thanked 2 Times in 2 Posts

    search result Icon don't appear

    I used icon to replace all thumbnail but it seem like search result icon don't appear .

  2. #2
    Founder dcowgill's Avatar
    Join Date
    Mar 2009
    Location
    San Francisco, CA
    Posts
    1,939
    Thanks
    66
    Thanked 135 Times in 99 Posts

    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.

  3. #3
    Thread Starter
    Veteran sonnycool's Avatar
    Join Date
    Mar 2009
    Location
    Malaysia
    Posts
    308
    Thanks
    32
    Thanked 2 Times in 2 Posts

    Re: search result Icon don't appear

    ok thanks ...

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Changing "Search Classifieds" box to say "Search Listings"
    By ejikoala in forum ClassiPress General Discussion
    Replies: 2
    Last Post: September 29th, 2009, 06:10 AM