画面割iPhone

iPhone落下!液晶バキバキ!!そんな時、「修理」か「売る」か数字で見る徹底比較

街中や電車の中などでiPhoneを使っている方を多くみかけます。 そこで気になるのが、液晶画面が割れたまま使っている方が結構いる事です。ちゃんと操作できるのか?指は切らないのか?その状態でどれぐらい使い続けているのか?い […]


Click here to add your own text

function sc_liste($atts, $content = null) {
extract(shortcode_atts(array(
“num” => ’5′,
“cat” => ’4′
), $atts));
global $post;
$myposts = get_posts(‘numberposts=’.$num.’&order=DESC&orderby=post_date&category=’.$cat);
$retour=’

      ‘;
      foreach($myposts as $post) :
      setup_postdata($post);

‘;
endforeach;
$retour.=’

‘;
return $retour;
}
add_shortcode(“list”, “sc_liste”);