ここに私のウェブサイトがあります: jahde.co/stream. 「自己紹介>>jahde.co」リンクを新しいウィンドウで開きたいのですが、機能しません (target="_blank")。さらに、別のページ (外部 Web サイトではない) に移動する他の「自己紹介」サイドバー リンクを削除するにはどうすればよいですか?
<?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'nav-menu' ) ); ?>
<?php if (!empty($options['twitter_username'])): ?>
<li class="link email"><a href="http://jahde.co" target="_blank">About Me</a></li>
<li class="link twitter">
<a target="_blank" href="http://twitter.com/<?php echo $options['twitter_username'] ?>">@<?php echo $options['twitter_username'] ?></a>
</li>
<?php endif ?>