Most Popular
have_posts()) : $my_query->the_post();
$do_not_duplicate = $post->ID;
$image = get_post_meta($post->ID, 'image', true);
if ( $image ) {
$g = get_bloginfo('template_directory') . "/thumb.php?src=" . str_replace('http://'.$_SERVER['HTTP_HOST'], "", $image) . "&h=64&w=85&zc=1&q=100";
}else{
$image = get_bloginfo('template_directory') . "/images/default2.gif";
$g = get_bloginfo('template_directory') . "/thumb.php?src=" . str_replace('http://'.$_SERVER['HTTP_HOST'], "", $image) . "&h=64&w=85&zc=1&q=100";
}
if($e<=12){
?>