Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Search vs. Homepage Re: Search vs. Homepage

#88054
Faberuna
Member

Just to be sure, here is the code on my search.php


Search Result for post_count; _e(''); _e('“'); echo $key; _e('”'); _e(' — '); echo $count . ' '; _e('articles'); wp_reset_query(); ?>








  • if ( has_post_thumbnail() ) { ?>
    $imgsrcparam = array(
    'alt' => trim(strip_tags( $post->post_excerpt )),
    'title' => trim(strip_tags( $post->post_title )),
    );
    $thumbID = get_the_post_thumbnail( $post->ID, 'background', $imgsrcparam ); ?>







    " title="">






















What do i replace?