ErenKeskin adlı üyeden alıntı


$page_id = get_option('id');


Çok teşekkürler peki ya şöyle bir kodda kullanıcı adını nasıl çekebilirim ;

$begin = 'circulation="'; $end = '"';
$page = $url;
$parts = explode($begin,$page);
$page = $parts[1];
$parts = explode($end,$page);
$fbcount = $parts[0];
if($fbcount == '') { $fbcount = '0'; }
echo ' '.$fbcount.'';?>