Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
尝试使用全局 Wordpress 变量 $pagename。
$pagename = get_query_var('pagename'); if ($pagename == 'homepage') { echo "<a href="#">Site A</a>"; } else { echo "<a href="#" rel="nofollow">Site A</a>"; }