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.
如何在页脚中的小部件中获取当前帖子标题?我假设循环将不可用。
我在简码中尝试了 get_the_title() 。当我在小部件中输入简码时,我看到的是简码文字而不是输出。
我假设您正在谈论 WordPress 主题页脚...因此,如果您在帖子中(single.php),它将按预期工作:
$x = get_the_title(); // 为 $x 分配文章标题值
标题(); // 直接回显标题