Al kardeşim, ama önerim şudur ki w-arez kullanma kullandırma :)


function kullanici_profil_linki($id) {
$permalink_yapi = get_option( 'permalink_structure' );

if ($permalink_yapi == '') {
$kullanici_profil_linki_p = get_option( 'siteurl' ) . '/?author=' . $id;
}
else {
$user_info = get_userdata( $id );
$adi = str_replace( ' ', '-', $user_info->user_login );
$pos = strpos( $permalink_yapi, 'index.php' );

if ($pos === FALSE) {
$kullanici_profil_linki_p = get_option( 'siteurl' ) . '/author/' . $adi . '/';
}
else {
$kullanici_profil_linki_p = get_option( 'siteurl' ) . '/index.php/author/' . $adi;
}
}

return $kullanici_profil_linki_p;
}

function resim($w, $h) {
global $post;

$boyut = 'boyut' . $w . 'x' . $h;

if (get_post_meta( $post->ID, 'resim', true ) != '') {
$resim = get_post_meta( $post->ID, 'resim', true );
echo ' ';
<br/>			the_title(  );
<br/>			echo '
';
return null;
}


if (has_post_thumbnail( )) {
echo ' ';
<br/>			the_title(  );
<br/>			echo '
';
return null;
}

echo ' ';
<br/>		the_title(  );
<br/>		echo '
';
}

function tema_alt() {
$alt_bilgi = of_get_option( alt_bilgi );
echo '