文件名称:TemplatesEverywhere:自定义帖子类型的自定义模板
文件大小:72KB
文件格式:ZIP
更新时间:2024-07-25 03:45:33
PHP
无处不在的模板 为您的自定义帖子类型提供自定义模板。 用法 将pmg:templates支持添加到您的帖子类型。 这可以在帖子类型注册期间或事后完成。 // during registration add_action ( 'init' , function () { register_post_type ( 'some_type' , array ( // ... 'supports' => array ( 'title' , 'editor' , 'pmg:templates' , ), )); }); // after registration add_action ( 'init' , function () { add_post_ty
【文件预览】:
TemplatesEverywhere-master
----templates-everywhere.php(2KB)
----inc()
--------Finder()
--------core.php(900B)
--------Admin.php(3KB)
--------Hooks.php(1KB)
--------Frontend.php(1KB)
----screenshot1.png(30KB)
----LICENSE(1KB)
----screenshot2.png(35KB)
----README.md(2KB)