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.
在下面的 if 语句方面需要帮助。我不断收到我的变量的回声/打印。
<?php if (the_author_meta('display_name') == 'johnwayne') { ?> <div>Blank</div> <?php } ?>
当我放置此代码时,它将打印/回显“johnwayne”而不是 div ..
所以基本上如果 johnwayne 是作者,我想显示一个空白 div。如果其他人是作者,请显示一个常规 div。
the_author_meta 显示信息,你想要 get_the_author_meta