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.
我有这段代码,我想添加#about到链接的末尾
#about
<li><a href="<?php echo get_option('home'); ?>">About Me</a></li>
谢谢!
只需#about像这样添加:
<li><a href="<?php echo get_option('home'); ?>#about">About Me</a></li>