gpt4 book ai didi

php - Timber(Twig)如何调用wordpress函数

转载 作者:可可西里 更新时间:2023-10-31 23:54:42 25 4
gpt4 key购买 nike

在 Timber 中就是这个函数

{{post}}

从哪里得到类似的东西

{{post.post_title}}

但 WordPress 中还有其他功能,例如

get_the_permalink();

无法从 post.get_the_permalink 或 post.get_permalink 访问

这些是我可以访问的变量

  • 身份证
  • post_author
  • 发布日期
  • post_date_gmt
  • post_content
  • post_title
  • post_excerpt
  • post_status
  • 评论状态
  • ping_status
  • post_password
  • post_name
  • to_ping
  • ping
  • post_modified
  • post_modified_gmt
  • post_content_filtered
  • post_parent
  • 向导
  • 菜单顺序
  • 帖子类型
  • post_mime_type
  • 评论数
  • 过滤器

正如本 Timber 文档所描述的那样,有操作 [Timber Doc]但是您必须在 functions.php 文件中定义每个函数...这意味着我必须从 php 创建每个已经存在的函数并将其“重定向”到 wordpress 函数。然后将其绑定(bind)到 Twig。

还有一种方法,如您所见here现在是 deprecated

最佳答案

您可以使用例如调用任何函数

{{ function('get_permalink', post.ID) }}

更多信息: https://timber.github.io/docs/guides/functions/

关于php - Timber(Twig)如何调用wordpress函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46593966/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com