{"id":13490134,"url":"https://github.com/bestony/EasyWordPressBook","last_synced_at":"2025-03-28T05:32:04.944Z","repository":{"id":97799607,"uuid":"102859734","full_name":"bestony/EasyWordPressBook","owner":"bestony","description":"人人都能学会的 WordPress 实战课","archived":false,"fork":false,"pushed_at":"2024-06-12T13:24:42.000Z","size":6497,"stargazers_count":768,"open_issues_count":0,"forks_count":109,"subscribers_count":19,"default_branch":"master","last_synced_at":"2024-08-01T19:33:11.758Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.easywpbook.com/","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bestony.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"security.md","support":null,"governance":null,"roadmap":null,"authors":null},"funding":{"github":["bestony"]}},"created_at":"2017-09-08T12:36:07.000Z","updated_at":"2024-07-17T12:37:07.000Z","dependencies_parsed_at":"2023-03-26T13:50:35.236Z","dependency_job_id":null,"html_url":"https://github.com/bestony/EasyWordPressBook","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bestony%2FEasyWordPressBook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bestony%2FEasyWordPressBook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bestony%2FEasyWordPressBook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bestony%2FEasyWordPressBook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bestony","download_url":"https://codeload.github.com/bestony/EasyWordPressBook/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222351196,"owners_count":16970636,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T19:00:41.325Z","updated_at":"2024-10-31T03:31:15.488Z","avatar_url":"https://github.com/bestony.png","language":"Dockerfile","funding_links":["https://github.com/sponsors/bestony"],"categories":["其他","tools"],"sub_categories":["科学上网"],"readme":"# 人人都能学会的 WordPress 实战课\n\n## 电子书介绍\n\n每一个程序员都需要一个博客，记录自己的所见所闻、分享自己的所思所想。与其使用一个受限制的第三方博客服务，不如花点小钱建一个不受限制的 WordPress 博客。\n\nWordPress 作为世界上使用最多的 CMS （内容管理系统），成为大多数新手程序员的选择。实际上，WordPress 并不只是做一个博客的选择，小到博客，社区解决方案，对于 WordPress 来说都不是问题，海量的拓展库给了 WordPress 无限的可能。\n\n作为开发者，除了能够独立开发产品，也应该能够使用现有的产品来简化自己的工作，将精力放在更加重要的部分。\n\n这本电子书将会教你最基础的 WordPress 使用、 WordPress 优化、WordPress 主题开发、 WordPress 插件开发、为你的插件/主题加入多语言支持、∂ 为 WordPress 加入商城功能、以及最终，我们将实践如何在其他应用中接入 WordPress。\n\n整个课程分为多个章节，你可以根据自己的情况，选择合适的章节阅读。\n\n## 目录\n\n- [1 导读](intro.md)\n- [更新记录](changelog.md)\n* [2 WP 的部署](development-env.md)\n    + [Windows 开发环境配置](deployment/windows-dev.md)\n    + [macOS 开发环境配置](deployment/mac-dev.md)\n    + [cPanel 生产环境配置](deployment/cpanel-production.md)\n    + [万网虚拟主机环境配置](deployment/wanwang-production.md)\n- WordPress 使用\n  - [1 WP 基本使用](basic-usage.md)\n  - [2 WP 基本设置](basic-config.md)\n  - [3 WP 常用插件使用说明（一）](basic-plugin-1.md)\n  - [4 WP 常用插件使用说明（二）](basic-plugin-2.md)\n  - [5 WP 相关资源站点](resources.md)\n  - [6 WP 站点性能优化 （一）：动静分离](optimize-1.md)\n  - [7 WP 站点性能优化 （二）：服务器优化](optimize-2.md)\n  - [8 WP 站点性能优化 （三）：WordPress 缓存](optimize-3.md)\n  - [9 WP 站点性能优化 （四）：程序优化](optimize-4.md)\n  - [10 WP 安全固化](security.md)\n- WordPress 主题\n  - [1 WP 主题使用](theme/usage.md)\n  - [2 WP 主题开发：快速入门](theme/intro.md)\n  - [3 WP 主题开发：文件结构](theme/struct.md)\n  - [4 WP 主题开发：一些特殊的页面](theme/custom-page.md)\n  - [5 WP 主题开发：接入 Options Framework](theme/options-framework.md)\n  - [6 WP 主题开发：一些 WordPress 开发的小技巧](theme/tips.md)\n  - [7 WP 主题开发：提交主题到 WordPress 官方仓库](theme/uploads.md)\n- WordPress 插件\n  - [1 WP 插件使用](plugin/usage.md)\n  - [2 WP 插件的运行机制](plugin/run.md)\n  - [3 WP 插件的创建](plugin/create.md)\n  - [4 WP 插件后台设计与开发](plugin/admin.md)\n  - [5 开发一个 WordPress Widget](plugin/create-widget.md)\n  - [6 开发一个短代码插件](plugin/create-shortcode.md)\n  - [7 提交你的插件到 WordPress 官方仓库](plugin/uploads.md)\n- 多语言\n  - [1 WP 主题开发：为你的主题/插件实现国际化](i18n/theme.md)\n  - [2 使用 WPML 插件建设一个多语言站点](i18n/wpml.md)\n  - [3 使用 Polylang 插件建设一个多语言站点](i18n/polylang.md)\n- 实战\n  - [1 WordPress 数据库操作 WPDB 指南](opt/wpdb.md)\n  - [2 动手开发插件： Custom Author 插件开发实战](opt/custom-author.md)\n  - [3 轻松玩转 WP：如何使用 WordPress 的邮件发文功能](opt/sendmail.md)\n- 答疑\n  - [答疑 20171130](qa/20171130.md)\n  - [答疑 20171201](qa/20171201.md)\n  - [答疑 20171206](qa/20171206.md)\n  - [答疑 20171216](qa/20171216.md)\n## Todo\n- [ ] 自定义文章类型\n- [ ] API 实战\n- [ ] Loop\n- [ ] 古腾堡编辑器\n\n## 交流群\n\nQQ群：799410559\n\n## 联系我\n扫描下方二维码，加我微信，并备注 WordPress\n![](https://postimg.aliavv.com/mbp/19ae0.jpg)\n## 协议\n\n\u003ca rel=\"license\" href=\"http://creativecommons.org/licenses/by-nc-nd/4.0/\"\u003e\u003cimg alt=\"知识共享许可协议\" style=\"border-width:0\" src=\"https://i.creativecommons.org/l/by-nc-nd/4.0/88x31.png\" /\u003e\u003c/a\u003e\u003cbr /\u003e本作品采用\u003ca rel=\"license\" href=\"http://creativecommons.org/licenses/by-nc-nd/4.0/\"\u003e知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议\u003c/a\u003e进行许可。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbestony%2FEasyWordPressBook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbestony%2FEasyWordPressBook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbestony%2FEasyWordPressBook/lists"}