$qlt[0] = '<img src="'.get_bloginfo('template_directory').'/images/google.png" target = "_blank" alt=" " title="Visit Google" />';
bunu yapıyorum bi değişiklik yok yine bulunduğu sayfada açıyor.
html i kodunu yazıncada anasayfa açılmıyor.
@assert_h bu kodlar useroptions.php diye temanın klasöründeki dosya.
dosyanın içindeki ilgili kodlar
// 0 = Don't Display QuickLaunch.
// 1 = Display QuickLaunch
// Anything else defaults to Don't Display QuickLaunch
$QuickLaunch = 1;
// URLs for QuickLaunch Buttons
$qla[0] = '
www.google.com.tr';
$qla[1] = '
www.wordpress.org';
$qla[2] = '
www.teknohell.com';
$qlt[0] = '<img src="'.get_bloginfo('template_directory').'/images/google.png" target = "_blank" alt=" " title="Visit Google" />';
$qlt[1] = '<span title="Visit WordPress.org">WP</span>';
$qlt[2] = '<img src="'.get_bloginfo('template_directory').'/images/teknohell.PNG" alt=" " title="TeknoHell" />';