10 Star 20 Fork 8

Song / wp_eyas_theme

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
style.css 1.44 KB
一键复制 编辑 原始数据 按行查看 历史
Song 提交于 2014-09-29 09:22 . edit readme file
/*
Theme Name: Eyas Theme Start
Theme URI: http://eyaslife.com/start_theme
Author: Eyas
Author URI: http://eyaslife.com/
Description: 主体制作的开始
Version: V1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ets
Tags:
这是一个开源的用于制作主题的框架
这套主题使用方便,不需要集成该主题做子主题,只需要对本主题进行修改即可,内置了一些常用的函数
*/
/*
这个文件起说明作用,请不要再前台引用该文件,以免泄露相关信息。css文件建议放在css文件夹内引用
本主题大量使用自定义内容类型与分类法
*/
/*
*修改默认设置项目(settings.php):
1、禁用google字体,优化后台速度
2、修改wordpress后台底部文字
3、移除顶部栏的wordpress logo,评论logo,更新logo
4、去除wp_head()无关紧要的代码,包括XML-RPC、 Windows Live Writer、WordPress Generator、和日志相关的 Link
5、移除WordPress版本号
*/
/*
*内置函数(inc/function.php):
1、输出摘要 the_abstract(string $string,int $num);
如:the_abstract(get_the_content(),200);
2、获取最新文章 the_last_posts(int $showposts,array $options = array());
如:the_last_post(10);
3、获取随机文章 the_random_posts(int $showposts,array $options = array())
如:the_random_posts(10);
*/
/*
*自定义内容类型(post_type.php)
*/
PHP
1
https://gitee.com/yuesong/wp_eyas_theme.git
git@gitee.com:yuesong/wp_eyas_theme.git
yuesong
wp_eyas_theme
wp_eyas_theme
master

搜索帮助