gpt4 book ai didi

wordpress - 如何在 wordpress 主题中包含 json list 文件

转载 作者:行者123 更新时间:2023-12-04 04:19:37 24 4
gpt4 key购买 nike

我想从我的 wordpress 站点构建一个 pwa,但我不想使用任何插件来实现,请问如何将 manifest.json 文件添加到我的 wordpress 站点?

最佳答案

从主题目录打开函数文件并添加以下代码

  //manifest file
add_action( 'wp_head', 'inc_manifest_link' );

// Creates the link tag
function inc_manifest_link() {
echo '<link rel="manifest" href="'.get_template_directory_uri().'/manifest.json">';
}

关于wordpress - 如何在 wordpress 主题中包含 json list 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59708210/

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