Social Media at its best.

Rua Luz Soriano nº67
1200-246 Lisboa, Portugal
telf - 21 458 42 00
fax - 21 458 42 09
info@wiz.pt
1200-246 Lisboa, Portugal
telf - 21 458 42 00
fax - 21 458 42 09
info@wiz.pt
WIZARDS BLOGGERS
$args = Array(
'orderby' => 'post_count',
'order' => 'DESC',
'post_type' => 'post',
'post_status'=>'publish'
);
$users = get_users($args);
//debuga($users);
$args = array(
'numberposts'=>5000,
'post_status'=>'publish',
'post_type' => 'post'
);
$postsParaBloggers = get_posts($args);
if (count($users)>0){?>
$cont = 1;
foreach($users as $user){
$id = $user->ID;
if (userphoto_exists($user)){
if ($cont ==3){
$cont = 1;
$strClass="wiz-sidebar-bloggers-photo-right";
}else{
$strClass="wiz-sidebar-bloggers-photo";
$cont = $cont+1;
}
$numeroPosts = 0;
foreach($postsParaBloggers as $p){
if($p->post_author==$id){
$numeroPosts = $numeroPosts+1;
}
}
if ($numeroPosts>0){?>
POSTS
$attrs = array(
'class'=>"bloggerPhoto",
'rel'=>$id,
'id'=>'wiz-image-blogger'.$id
)
?>
}
}
}
?>
}?>
POSTS