Serginho adlı üyeden alıntı: mesajı görüntüle
Evet Wordpress.
theme function a bunu ekleyin:

function not_mobile_shortcode($atts, $content = '') {
	if (wp_is_mobile() === true) {
		$content = '';
	}
    return $content;
}
add_shortcode('not_mobile', 'not_mobile_shortcode');


[not_mobile] <div id="sagdasabit" style="position: absolute; right: 20px; top: 960px; z-index: 1;"> reklam kodu</div>[/not_mobile]

olarak kodu değiştirin bu olmazsa size plugin vereyim onla işinizi halledersiniz.