Home › Forums › CSS › Search vs. Homepage › Re: Search vs. Homepage
September 27, 2011 at 12:50 am
#88054
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 ); ?>
What do i replace?