我正在将wedevs-dokan-plugin(wedevs.com/dokan)用于WordPress前端用户商店, 这使卖家可以从前端管理其商店。我想覆盖此插件的模板文件之一。我要覆盖的文件位于:
plugins/wedevs-dokan-plugin/templates/product-edit.php
为了覆盖此文件, 我复制了文件并进行了一些更改, 将新文件放置在主题目录中, 如下所示:
themes/mytheme/wedevs-dokan-plugin/product-edit.php
但这对我不起作用。之后, 我还尝试了:
themes/mytheme/wedevs-dokan-plugin/templates/product-edit.php
但这也不起作用。
有没有办法从WordPress主题中覆盖插件文件?
#1
themes/mytheme/wedevs-dokan-plugin/product-edit.php
【从主题wordpress覆盖wedevs-dokan-plugin模板文件】目录名称应该是” dokan” , 而不是” wedevs-dokan-plugin” , 并且你只能编辑此插件的” templates” 目录文件。
因此, 新目录将如下所示。
themes/mytheme/dokan/store.php
themes/mytheme/dokan/dashboard/dashboard.php
谢谢
推荐阅读
- 在WordPress中设置偏移量时分页不起作用
- 覆盖表格样式,WordPress主题[关闭]
- 在每个帖子上显示元关键字和说明
- (第240行的C:\xampp\htdocs\wordpress\wp-includes\class-wp-http-curl.php中的最大执行时间超过60秒)
- 使用wp-rest api登录wordpress网站
- shell脚本之awk编辑器
- #yyds干货盘点#Centos下安装gitlab常遇到的问题及解决方案
- 两种MinIO分布式集群部署方式
- kubernetes之监控系统--prometheus+grafana+alertmanager