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 中,是否有从单个帖子视图链接到该帖子类型的索引视图的官方方法?我正在使用自定义帖子类型。我已经用谷歌搜索了一个 wordpress 功能,但似乎没有这个功能,我想避免对 URL 进行硬编码。
谢谢!
<a href="<?php bloginfo('url'); ?>" > Home </a>