Skip to content

Instantly share code, notes, and snippets.

@riskers
Created September 26, 2018 17:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save riskers/0d628b518835c3c933432f110a6429f1 to your computer and use it in GitHub Desktop.
Save riskers/0d628b518835c3c933432f110a6429f1 to your computer and use it in GitHub Desktop.
wordpress 开发
| - your-theme
  | - images              # 主题相关图片资源
  | - header.php          # html 头部模板
  | - footer.php          # html 尾部模板
  | - index.php           # 首页模板
  | - single.php          # 文章模板
  | - page.php            # 页面模板
  | - style.css           
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment