10 Star 20 Fork 8

Song / wp_eyas_theme

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

wordpress_theme_strar

#主题开始的地方

##修改默认设置项目(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);

##关于作者 在使用中有任何问题,欢迎反馈给我,可以用以下方式跟我交流

空文件

简介

一个面向WordPress开发者的主题框架,集成各种常用工具,适用于主题快速开发 展开 收起
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

搜索帮助