{"id":26350029,"url":"https://github.com/taako-502/mytheme","last_synced_at":"2026-05-11T16:38:05.054Z","repository":{"id":53055429,"uuid":"282915112","full_name":"taako-502/mytheme","owner":"taako-502","description":"Wordpressのテーマ開発の勉強用です。","archived":false,"fork":false,"pushed_at":"2025-03-30T08:04:44.000Z","size":5815,"stargazers_count":0,"open_issues_count":15,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T08:28:37.716Z","etag":null,"topics":["theme","wordpress","wordpress-theme"],"latest_commit_sha":null,"homepage":"https://www.mytheme.taako-biz.com/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/taako-502.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-27T14:02:25.000Z","updated_at":"2025-03-30T08:04:42.000Z","dependencies_parsed_at":"2022-08-23T21:10:58.515Z","dependency_job_id":null,"html_url":"https://github.com/taako-502/mytheme","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/taako-502/mytheme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taako-502%2Fmytheme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taako-502%2Fmytheme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taako-502%2Fmytheme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taako-502%2Fmytheme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taako-502","download_url":"https://codeload.github.com/taako-502/mytheme/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taako-502%2Fmytheme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32903826,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"online","status_checked_at":"2026-05-11T02:00:05.975Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["theme","wordpress","wordpress-theme"],"created_at":"2025-03-16T09:29:29.341Z","updated_at":"2026-05-11T16:38:05.033Z","avatar_url":"https://github.com/taako-502.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"![MY THEME](https://user-images.githubusercontent.com/36348377/90158553-185b7280-ddca-11ea-827a-1b8d4d2f20dc.jpg)\n\n# mytheme\n本テーマのコンセプトです。\n- SEO対策済\n- モバイルフレンドリー\n\n## デモサイト\nhttps://www.mytheme.taako-biz.com/\n\n## リポジトリ\nテーマとブロックエディタのリポジトリについて。\n- [テーマ本体](https://github.com/taako-502/mytheme)\n\n## アーキテクチャ\n- SCSS\n  - Dart Sass\n  - BEM\n  - [FROCSS](https://github.com/hiloki/flocss)\n\n\u003chr\u003e \n\n## 本テーマを作成するにあたって、参考にしたサイト\n### WordPressテーマ開発の基礎\n基礎的な部分は以下を参考にしました。\n\n- [WORDPRESS Codex日本語版](https://wpdocs.osdn.jp/Main_Page)\n- [【テーマ自作】WordPress オリジナルテーマの作り方と基本](https://webst8.com/blog/wordpress-theme-howto-make/)\n- functions.phpファイルを分割する\u003cbr\u003e\n  https://wpqw.jp/wordpress/themes/functions-split/\n- アナリティクストラッキングコード.phpの設置方法\u003cbr\u003e\n  https://ykgraph.com/happytrails/archives/17\n- 画像のアップローダの実装\u003cbr\u003e\n  http://crea.tokyo/install_wp_media_into_front/\n- 検索フォームの変更\u003cbr\u003e\n  https://plusers.net/wordpress_search\n- [WordPressにメールフォームを自力で実装する](http://wordpress.ad5.jp/column/develop-mailform-for-wordpress/)\n\n### ヘッダーの実装\nナビゲーションバーはliタグやaタグに適切なクラスを設定する必要があるのですが、ナビゲーションバーを表示するWordPressの標準メソッドにはその機能がないので詰まりました。以下の記事を見て何とか解決したので、参考になったらと思います。\n\n- ナビバーの実装\u003cbr\u003e\n  [Navbar](https://getbootstrap.jp/docs/4.2/components/navbar/)\n- liやidの無駄なクラスを削除\u003cbr\u003e\n  [WordPress : カスタムメニューの\\\u003cli\\\u003eタグのムダなid/classを除去する](https://hacknote.jp/archives/36137/)\n- liタグにクラスを追加\u003cbr\u003e\n  [wp_nav_menuのli要素にclassを追加する](https://nldot.info/add-class-to-the-li-element-of-the-wp_nav_menu/)\n- aタグにクラスを追加\u003cbr\u003e\n  [WordPressのカスタムメニューのaタグに任意のクラスを付ける:メモ](https://webutubutu.com/webdesign/3692)\n\n## フック関連\n### エディタのサイドバーなどに、フォームを追加\u003cbr\u003e\n- [「使いやすい」と言われたい！WordPressの編集画面にメタボックスを追加する方法](https://www.webprofessional.jp/adding-meta-boxes-post-types-wordpress/)\n\n### ダッシュボードについて\n- [ダッシュボードウィジェット API](https://wpdocs.osdn.jp/%E3%83%80%E3%83%83%E3%82%B7%E3%83%A5%E3%83%9C%E3%83%BC%E3%83%89%E3%82%A6%E3%82%A3%E3%82%B8%E3%82%A7%E3%83%83%E3%83%88_API)\n\n## マークアップについて\n- [SEOに重要な全HTMLタグと構造化マークアップテンプレート](https://www.cloudeffects.com/seo/html-structured-markup)\n\n## スタイルシートについて\n- CSSアーキテクチャについて\n  - [FLOCSS](https://github.com/hiloki/flocss)\n  - [BEM(MindBEMding)によるCSS設計](https://github.com/manabuyasuda/styleguide/blob/master/how-to-bem.md)\n- デザインについて\n  - [CSSのコピペだけ！おしゃれな見出しのデザイン例まとめ68選](https://saruwakakun.com/html-css/reference/h-design)\n  - [コピペで使えるリストデザイン34選：CSSで箇条書きをおしゃれに](https://saruwakakun.com/html-css/reference/ul-ol-li-design)\n  - [CSSで作る！魅力的な引用デザインのサンプル30（blockquote）](https://saruwakakun.com/html-css/reference/blockquote)\n  - [コピペでできる！CSSとhtmlだけのシンプルなタブ切り替え2種](https://copypet.jp/1027/)\n- SCSSについて\n  - [https://qiita.com/one-a/items/2758511326c09200fded](https://qiita.com/one-a/items/2758511326c09200fded)\n\n### コメントルール\n[【PhpDoc】コメントの書き方のまとめ](https://blog.flavacube.com/2010/04/%E3%80%90phpdoc%E3%80%91%E3%82%B3%E3%83%A1%E3%83%B3%E3%83%88%E3%81%AE%E6%9B%B8%E3%81%8D%E6%96%B9%E3%81%AE%E3%81%BE%E3%81%A8%E3%82%81/)\n\n## テーマのリリースについて\nPUC([plugin-update-checker](https://github.com/YahnisElsts/plugin-update-checker))を使用して、プラグインの自動更新を行う。\n\n\u003chr\u003e\n\n## twitter\nhttps://twitter.com/taakobiz\n\n## TAAKOのブログ\nhttps://taako-biz.com/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaako-502%2Fmytheme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaako-502%2Fmytheme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaako-502%2Fmytheme/lists"}