wp_reset_query();
$args = array
(
'showposts'=> '16',
'orderby'=>'rand',
'order'=>'DESC',
'meta_query' => array(
array(
'key' => 'vitrin',
'value' => time(),
'compare' => '>',
'type' => 'NUMERIC'
)
)
);
query_posts($args);
while ( have_posts() ) : the_post();
?>
-
ID, 'para-birimi', array("fields" => "all")); echo number_format(floatval(get_post_meta($post->ID, 'fiyat', true)),'0','.','.').' '.$term_list[0]->name; ?>
if ( has_post_thumbnail()) :
the_post_thumbnail( 'list', array('class' => 'fl-right', 'alt' => ''.get_the_title().'', 'title' => ''.get_the_title().'' ));
else:
echo '';
endif;
?>