文件名称:codestar-framework:一个轻量级且易于使用的 WordPress 选项框架
文件大小:524KB
文件格式:ZIP
更新时间:2024-07-22 12:10:17
PHP
代码之星框架 轻量级且易于使用的 WordPress 选项框架。 它是一个用于构建主题选项的免费框架。 节省您的时间! 截屏 阅读文档了解详细 安装 A) 作为主题使用 从 github 存储库下载 zip 文件 在主题目录下的themename/cs-framework文件夹中解压下载 zip 在主题themename/functions.php文件中添加框架包含代码 require_once dirname ( __FILE__ ) . '/cs-framework/cs-framework.php' ; 耶! 现在您已准备好配置框架、元框、wp 自定义、简码器 从themename/cs-framework/config文件夹中查看themename/cs-framework/config文件 从阅读更多 B) 作为插件使用 从 github 存储库下载 zip 文件 Way1
【文件预览】:
codestar-framework-master
----fields()
--------upload()
--------switcher()
--------select()
--------content()
--------typography()
--------text()
--------number()
--------textarea()
--------radio()
--------notice()
--------checkbox()
--------color_picker()
--------backup()
--------heading()
--------subheading()
--------background()
--------icon()
--------group()
--------image_select()
----languages()
--------cs-framework.pot(3KB)
----classes()
--------abstract.class.php(635B)
--------customize.class.php(4KB)
--------framework.class.php(13KB)
--------shortcode.class.php(5KB)
--------options.class.php(9KB)
--------metabox.class.php(8KB)
----cs-framework.php(4KB)
----cs-framework-path.php(3KB)
----config()
--------shortcode.config.php(11KB)
--------metabox.config.php(5KB)
--------customize.config.php(7KB)
--------framework.config.php(56KB)
----assets()
--------scss()
--------images()
--------js()
--------fonts()
--------css()
----README.md(4KB)
----index.php(27B)
----functions()
--------customize.php(504B)
--------validate.php(1KB)
--------enqueue.php(1KB)
--------actions.php(2KB)
--------sanitize.php(2KB)
--------helpers.php(10KB)